BatchCreateRowsResponse constructor

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

Implementation

BatchCreateRowsResponse({
  this.rows,
});