toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final borderPosition = this.borderPosition;
final fields = this.fields;
final objectId = this.objectId;
final tableBorderProperties = this.tableBorderProperties;
final tableRange = this.tableRange;
return {
'borderPosition': ?borderPosition,
'fields': ?fields,
'objectId': ?objectId,
'tableBorderProperties': ?tableBorderProperties,
'tableRange': ?tableRange,
};
}