toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (pageSize != null) 'pageSize': pageSize!,
      if (pageToken != null) 'pageToken': pageToken!,
      if (partitionCount != null) 'partitionCount': partitionCount!,
      if (readTime != null) 'readTime': readTime!,
      if (structuredQuery != null) 'structuredQuery': structuredQuery!,
    };