isValid property
bool
get
isValid
Check if this authorization is valid (not expired)
Implementation
bool get isValid => !isExpired;
Check if this authorization is valid (not expired)
bool get isValid => !isExpired;