toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (aggregationResults != null)
        'aggregationResults': aggregationResults!,
      if (moreResults != null) 'moreResults': moreResults!,
      if (readTime != null) 'readTime': readTime!,
    };