isValid property
bool
get
isValid
Whether the credential is still valid (status 0).
Implementation
bool get isValid => value == 0;
Whether the credential is still valid (status 0).
bool get isValid => value == 0;