Returns the end time of the property in seconds.
@override double getEndTime() { return _times.isEmpty ? 0.0 : _times.last; }