int? get endDate => _$this._endDate;
set endDate(covariant int? endDate) => _$this._endDate = endDate;