toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final mergeFieldsOptions = this.mergeFieldsOptions;
final updateMask = this.updateMask;
final updateType = this.updateType;
return {
'mergeFieldsOptions': ?mergeFieldsOptions,
'updateMask': ?updateMask,
'updateType': ?updateType,
};
}