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