QueryResultBatch constructor

QueryResultBatch({
  1. String? endCursor,
  2. String? entityResultType,
  3. List<EntityResult>? entityResults,
  4. String? moreResults,
  5. String? readTime,
  6. String? skippedCursor,
  7. int? skippedResults,
  8. String? snapshotVersion,
})

Implementation

QueryResultBatch({
  this.endCursor,
  this.entityResultType,
  this.entityResults,
  this.moreResults,
  this.readTime,
  this.skippedCursor,
  this.skippedResults,
  this.snapshotVersion,
});