toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (columnSpan != null) 'columnSpan': columnSpan!,
if (rowSpan != null) 'rowSpan': rowSpan!,
if (tableCellLocation != null) 'tableCellLocation': tableCellLocation!,
};