updatedAt property Null safety
Gets the object's updatedAt attribute.
Implementation
DateTime? get updatedAt => _data.updatedAt ?? _data.createdAt;
Gets the object's updatedAt attribute.
DateTime? get updatedAt => _data.updatedAt ?? _data.createdAt;