toJson method

Map<String, dynamic> toJson()

Implementation

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