acceptsSelfSignedCertificate property
- @BuiltValueField.new(wireName: r'acceptsSelfSignedCertificate')
Indicates if self-signed SSL certificates are accepted. Default value: false.
Implementation
@BuiltValueField(wireName: r'acceptsSelfSignedCertificate')
bool? get acceptsSelfSignedCertificate;