SearchTablesResponse constructor

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

Implementation

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