toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final explainOptions = this.explainOptions;
  final newTransaction = this.newTransaction;
  final readTime = this.readTime;
  final structuredAggregationQuery = this.structuredAggregationQuery;
  final transaction = this.transaction;
  return {
    'explainOptions': ?explainOptions,
    'newTransaction': ?newTransaction,
    'readTime': ?readTime,
    'structuredAggregationQuery': ?structuredAggregationQuery,
    'transaction': ?transaction,
  };
}