hasNotLastUpdatedBy property

bool get hasNotLastUpdatedBy

Returns true if lastUpdatedBy is null, otherwise false.

Implementation

bool get hasNotLastUpdatedBy => !hasLastUpdatedBy;