AppendCellsRequest constructor

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

Implementation

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