toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final endOfSegmentLocation = this.endOfSegmentLocation;
  final location = this.location;
  return {
    'endOfSegmentLocation': ?endOfSegmentLocation,
    'location': ?location,
  };
}