sortedByTime property

  1. @override
bool sortedByTime
override

Indicates whether the contents are sorted in increasing order of time value. If this is the case, time-based queries can be faster by performing a binary search. For every point in time only one entity is allowed to provide a location value, i.e. a list is not sorted if it contains two identical elements consecutively.

Implementation

@override
bool get sortedByTime => _sortedByTime;