startTime property

DateTime? startTime

Start time.

Expects time in the time zone of first Stop.

Implementation

DateTime? get startTime => _startTime.value;
void startTime=(DateTime? value)

Implementation

set startTime(DateTime? value) => _startTime.value = value;