toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final excludeTxnFromChangeStreams = this.excludeTxnFromChangeStreams;
  final mutationGroups = this.mutationGroups;
  final requestOptions = this.requestOptions;
  return {
    'excludeTxnFromChangeStreams': ?excludeTxnFromChangeStreams,
    'mutationGroups': ?mutationGroups,
    'requestOptions': ?requestOptions,
  };
}