acceptsExpiredCertificate property

bool? get acceptsExpiredCertificate

Implementation

bool? get acceptsExpiredCertificate => _$this._acceptsExpiredCertificate;
set acceptsExpiredCertificate (bool? acceptsExpiredCertificate)

Implementation

set acceptsExpiredCertificate(bool? acceptsExpiredCertificate) =>
    _$this._acceptsExpiredCertificate = acceptsExpiredCertificate;