updatedAt property

int? get updatedAt

Implementation

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

Implementation

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