isUpdatedAt property

bool get isUpdatedAt

Whether the field declares @updatedAt.

Implementation

bool get isUpdatedAt => attribute('updatedAt') != null;