acceptsSelfSignedCertificate property

bool? get acceptsSelfSignedCertificate

Implementation

bool? get acceptsSelfSignedCertificate =>
    _$this._acceptsSelfSignedCertificate;
set acceptsSelfSignedCertificate (bool? acceptsSelfSignedCertificate)

Implementation

set acceptsSelfSignedCertificate(bool? acceptsSelfSignedCertificate) =>
    _$this._acceptsSelfSignedCertificate = acceptsSelfSignedCertificate;