hasCreatedAt property

bool get hasCreatedAt

Returns true if createdAt is not null, otherwise false.

Implementation

bool get hasCreatedAt => createdAt != null;