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