UpdateTableRowPropertiesRequest constructor

UpdateTableRowPropertiesRequest({
  1. String? fields,
  2. String? objectId,
  3. List<int>? rowIndices,
  4. TableRowProperties? tableRowProperties,
})

Implementation

UpdateTableRowPropertiesRequest({
  this.fields,
  this.objectId,
  this.rowIndices,
  this.tableRowProperties,
});