hasNotUpdatedAt property

bool get hasNotUpdatedAt

Returns true if updatedAt is null, otherwise false.

Implementation

bool get hasNotUpdatedAt => !hasUpdatedAt;