toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (endOfSegmentLocation != null)
        'endOfSegmentLocation': endOfSegmentLocation!,
      if (location != null) 'location': location!,
      if (sectionType != null) 'sectionType': sectionType!,
    };