toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final rowHeight = this.rowHeight;
final tableCells = this.tableCells;
final tableRowProperties = this.tableRowProperties;
return {
'rowHeight': ?rowHeight,
'tableCells': ?tableCells,
'tableRowProperties': ?tableRowProperties,
};
}