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