GetTableResponse constructor

GetTableResponse({
  1. Table? table,
})

Implementation

GetTableResponse({
  this.table,
});