updatedDate property

int? updatedDate
override

Implementation

int? get updatedDate => _$this._updatedDate;
void updatedDate=(covariant int? updatedDate)
covariantoverride

Implementation

set updatedDate(covariant int? updatedDate) => _$this._updatedDate = updatedDate;