UpdateCellsRequest constructor
UpdateCellsRequest({
- String? fields,
- GridRange? range,
- List<
RowData> ? rows, - GridCoordinate? start,
Implementation
UpdateCellsRequest({
this.fields,
this.range,
this.rows,
this.start,
});