endDate property

DateTime endDate

The time when the participant finished the task or result

Implementation

DateTime get endDate => _endDate;
void endDate= (DateTime endDate)

Implementation

set endDate(DateTime endDate) {
  this._endDate = endDate;
}