toJson method

Map<String, dynamic> toJson()

Implementation

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