BatchCreateRowsRequest constructor

BatchCreateRowsRequest({
  1. List<CreateRowRequest>? requests,
})

Implementation

BatchCreateRowsRequest({
  this.requests,
});