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