hasNotDeactivatedAt property
bool
get
hasNotDeactivatedAt
Returns true if deactivatedAt
is null, otherwise false.
Implementation
bool get hasNotDeactivatedAt => !hasDeactivatedAt;
Returns true if deactivatedAt
is null, otherwise false.
bool get hasNotDeactivatedAt => !hasDeactivatedAt;