ListRowsResponse constructor

ListRowsResponse({
  1. String? nextPageToken,
  2. List<Row>? rows,
})

Implementation

ListRowsResponse({
  this.nextPageToken,
  this.rows,
});