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