menu
dart_appwrite package
documentation
models.dart
TableList
TableList.new constructor
TableList.new constructor
dark_mode
light_mode
TableList
constructor
TableList
(
{
required
int
total
,
required
List
<
Table
>
tables
,
})
Implementation
TableList({required this.total, required this.tables});
dart_appwrite package
documentation
models
TableList
TableList.new constructor
TableList class