hasNotDeactivatedAt property

bool get hasNotDeactivatedAt

Returns true if deactivatedAt is null, otherwise false.

Implementation

bool get hasNotDeactivatedAt => !hasDeactivatedAt;