startDate property

DateTime startDate

The time when the participant started the task or result

Implementation

DateTime get startDate => _startDate;
void startDate= (DateTime startDate)

Implementation

set startDate(DateTime startDate) {
  this._startDate = startDate;
}