UpdateTableRowStyleRequest constructor

UpdateTableRowStyleRequest({
  1. String? fields,
  2. List<int>? rowIndices,
  3. TableRowStyle? tableRowStyle,
  4. Location? tableStartLocation,
})

Implementation

UpdateTableRowStyleRequest({
  this.fields,
  this.rowIndices,
  this.tableRowStyle,
  this.tableStartLocation,
});