startDate property

DateTime? startDate

Implementation

DateTime? get startDate => _$this._startDate;
void startDate=(DateTime? startDate)

Implementation

set startDate(DateTime? startDate) => _$this._startDate = startDate;