CollectionInfo constructor

CollectionInfo(
  1. GpsTime? firstItemStartTime,
  2. GpsTime? lastItemEndTime,
  3. int length
)

Implementation

CollectionInfo(this.firstItemStartTime, this.lastItemEndTime, this.length);