hasNotLastUpdatedBy property
bool
get
hasNotLastUpdatedBy
Returns true if lastUpdatedBy
is null, otherwise false.
Implementation
bool get hasNotLastUpdatedBy => !hasLastUpdatedBy;
Returns true if lastUpdatedBy
is null, otherwise false.
bool get hasNotLastUpdatedBy => !hasLastUpdatedBy;