hasUpdatedAt property

bool get hasUpdatedAt

Returns true if updatedAt is not null, otherwise false.

Implementation

bool get hasUpdatedAt => updatedAt != null;