isDeactivated property

bool get isDeactivated

Returns true if this value is deactivated, otherwise false.

Implementation

bool get isDeactivated => this == KnownCreateSessionStatus.deactivated;