toJson method

Map<String, dynamic> toJson()

Implementation

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