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