isUsingClientCertificate property Null safety

bool isUsingClientCertificate
read / write

Whether or not the application's request controllers should use client-side HTTPS certificates.

Defaults to false.

Implementation

bool isUsingClientCertificate = false;