toMap method

  1. @override
Map toMap ()

BaseOption => map

Implementation

@override
Map toMap() {
  Map map = super.toMap();
  map['customTrackPoint'] = this.customTrackPoint?.toMap();
  return map;
}