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