menu
rethink_db_ns package
documentation
rethink_db_ns.dart
Table
Table.fromDB constructor
Table.fromDB constructor
dark_mode
light_mode
Table.fromDB
constructor
Table.fromDB
(
DB
db
,
String
tableName
, [
Map
?
options
])
Implementation
Table.fromDB(DB db, String tableName, [Map? options]) : super([db, tableName], options);
rethink_db_ns package
documentation
rethink_db_ns
Table
Table.fromDB constructor
Table class