DescribeTableOutput constructor

DescribeTableOutput({
  1. TableDescription? table,
})

Implementation

DescribeTableOutput({
  this.table,
});