toMap method

Map toMap ()

TrackCacheOption => map

Implementation

Map toMap() {
  return {
    'entityName': this.entityName,
    'total': this.total,
    'startTime': this.startTime,
    'endTime': this.endTime,
    'cacheDistance': this.cacheDistance
  };
}