hasNotCreatedAt property
bool
get
hasNotCreatedAt
Returns true if createdAt
is null, otherwise false.
Implementation
bool get hasNotCreatedAt => !hasCreatedAt;
Returns true if createdAt
is null, otherwise false.
bool get hasNotCreatedAt => !hasCreatedAt;