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