isDeactivated property
bool
get
isDeactivated
Returns true if this value is deactivated, otherwise false.
Implementation
bool get isDeactivated => this == KnownRefreshSessionStatus.deactivated;
Returns true if this value is deactivated, otherwise false.
bool get isDeactivated => this == KnownRefreshSessionStatus.deactivated;