GetTablesResponse constructor

GetTablesResponse({
  1. String? nextToken,
  2. List<Table>? tableList,
})

Implementation

GetTablesResponse({
  this.nextToken,
  this.tableList,
});