BatchUpdateRowsResponse constructor

BatchUpdateRowsResponse({
  1. List<Row>? rows,
})

Implementation

BatchUpdateRowsResponse({
  this.rows,
});