startDate property

DateTime? startDate

Property getter and setter for startDate:

Implementation

DateTime? get startDate;
void startDate=(DateTime? startDate)

Implementation

set startDate(DateTime? startDate);