UpdateRowRequest constructor

UpdateRowRequest({
  1. Row? row,
  2. String? updateMask,
  3. String? view,
})

Implementation

UpdateRowRequest({
  this.row,
  this.updateMask,
  this.view,
});