hasNotUpdatedAt property
bool
get
hasNotUpdatedAt
Returns true if updatedAt
is null, otherwise false.
Implementation
bool get hasNotUpdatedAt => !hasUpdatedAt;
Returns true if updatedAt
is null, otherwise false.
bool get hasNotUpdatedAt => !hasUpdatedAt;