hasCustomCA property
bool
get
hasCustomCA
Whether custom CA certificates are configured.
Implementation
bool get hasCustomCA => caCertificates != null && caCertificates!.isNotEmpty;
Whether custom CA certificates are configured.
bool get hasCustomCA => caCertificates != null && caCertificates!.isNotEmpty;