isOK property

bool isOK

Returns true if is ok or okRefreshed.

Implementation

bool get isOK =>
    this == CheckCertificateStatus.ok ||
    this == CheckCertificateStatus.okRefreshed;