UpdateTableRowStyleRequest constructor
UpdateTableRowStyleRequest({
- String? fields,
- List<
int> ? rowIndices, - TableRowStyle? tableRowStyle,
- Location? tableStartLocation,
Implementation
UpdateTableRowStyleRequest({
this.fields,
this.rowIndices,
this.tableRowStyle,
this.tableStartLocation,
});