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