updatedAt property

DateTime? get updatedAt

Implementation

DateTime? get updatedAt => _$this._updatedAt;
set updatedAt (DateTime? updatedAt)

Implementation

set updatedAt(DateTime? updatedAt) => _$this._updatedAt = updatedAt;