isDeleted method

bool isDeleted()

Returns true if the entity is marked as deleted.

Implementation

bool isDeleted() => deletedAt != null;