hasDeactivated property

bool get hasDeactivated

Returns true if deactivated is not null, otherwise false.

Implementation

bool get hasDeactivated => deactivated != null;