isDeleted property

bool get isDeleted

Returns true if this value is deleted, otherwise false.

Implementation

bool get isDeleted => this == KnownAccountStatus.deleted;