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