isUpdatedAt property
bool
get
isUpdatedAt
Whether the field declares @updatedAt.
Implementation
bool get isUpdatedAt => attribute('updatedAt') != null;
Whether the field declares @updatedAt.
bool get isUpdatedAt => attribute('updatedAt') != null;