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