toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (columnIndex != null) 'columnIndex': columnIndex!,
if (rowIndex != null) 'rowIndex': rowIndex!,
if (tableStartLocation != null)
'tableStartLocation': tableStartLocation!,
};