hasNotCreatedAt property

bool get hasNotCreatedAt

Returns true if createdAt is null, otherwise false.

Implementation

bool get hasNotCreatedAt => !hasCreatedAt;