updatedDate property

int? get updatedDate
override

Implementation

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

Implementation

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