ListTablesResponse constructor

ListTablesResponse({
  1. String? nextPageToken,
  2. List<Table>? tables,
})

Implementation

ListTablesResponse({this.nextPageToken, this.tables});