startTime property
Date and time of the first location. Each subsequent location will increment its timestamp by one second.
Implementation
DateTime get startTime => _startTime.value;
Implementation
set startTime(DateTime value) => _startTime.value = value;