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