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