int? get startDate => _$this._startDate;
set startDate(covariant int? startDate) => _$this._startDate = startDate;