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