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