CollectionInfo class

Query result for QueryCollectionInfo.

Inheritance

Constructors

CollectionInfo(GpsTime? firstItemStartTime, GpsTime? lastItemEndTime, int length)

Properties

firstItemStartTime GpsTime?
The start time of the first item in the collection, if non-empty.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastItemEndTime GpsTime?
The end time of the last item in the collection, if non-empty.
getter/setter pair
length int
The number of items in the collection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited