hasNotDeactivated property

bool get hasNotDeactivated

Returns true if deactivated is null, otherwise false.

Implementation

bool get hasNotDeactivated => !hasDeactivated;