isValid property

bool get isValid

Whether the credential is still valid (status 0).

Implementation

bool get isValid => value == 0;