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