toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (rowHeight != null) 'rowHeight': rowHeight!,
  if (tableCells != null) 'tableCells': tableCells!,
  if (tableRowProperties != null) 'tableRowProperties': tableRowProperties!,
};