updatedAt property

DateTime? updatedAt

Gets the object's updatedAt attribute.

Implementation

DateTime? get updatedAt => _data.updatedAt ?? _data.createdAt;