AppendCellsRequest constructor

AppendCellsRequest({
  1. String? fields,
  2. List<RowData>? rows,
  3. int? sheetId,
})

Implementation

AppendCellsRequest({
  this.fields,
  this.rows,
  this.sheetId,
});