startTime property

DateTime startTime

Date and time of the first location. Each subsequent location will increment its timestamp by one second.

Implementation

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

Implementation

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