menu
gps_history package
documentation
gps_history
GpsPointsCollection
<
T extends GpsPoint
>
addAll method
addAll
brightness_4
addAll
method
Null safety
void
addAll
(
Iterable
<
T
>
source
)
Implementation
void addAll(Iterable<T> source) { addAllStartingAt(source); }
gps_history package
documentation
gps_history
GpsPointsCollection
<
T extends GpsPoint
>
addAll method
GpsPointsCollection class
Constructors
GpsPointsCollection
Properties
first
hashCode
isEmpty
isNotEmpty
isReadonly
iterator
last
length
runtimeType
single
sortedByTime
sortingEnforcement
Methods
add
add_Unsafe
addAll
addAllStartingAt
addAllStartingAt_Unsafe
any
cast
checkContentsSortedByTime
compareElementTime
compareElementTimeWithSeparateItem
compareElementTimeWithSeparateTime
contains
diffElementTimeAndSeparateTime
elementAt
every
expand
firstWhere
fold
followedBy
forEach
getSubSource
join
lastWhere
map
newEmpty
noSuchMethod
reduce
rollbackAddingLastItem
singleWhere
skip
skipWhile
sublist
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
operator []