UpdateTableOutput constructor

UpdateTableOutput({
  1. TableDescription? tableDescription,
})

Implementation

UpdateTableOutput({
  this.tableDescription,
});