executionDate property

DateTime? get executionDate

Implementation

DateTime? get executionDate => _$this._executionDate;
set executionDate (DateTime? executionDate)

Implementation

set executionDate(DateTime? executionDate) =>
    _$this._executionDate = executionDate;