QueryResult constructor

QueryResult({
  1. String? nextPageToken,
  2. List<Map<String, Object?>>? rows,
  3. TableSchema? schema,
  4. String? totalRows,
})

Implementation

QueryResult({this.nextPageToken, this.rows, this.schema, this.totalRows});