menu
rethink_db_ns package
documentation
rethink_db_ns.dart
Table
insert method
insert method
dark_mode
light_mode
insert
method
Insert
insert
(
dynamic
records
, [
dynamic
options
])
Implementation
Insert insert(records, [options]) => Insert(this, records, options);
rethink_db_ns package
documentation
rethink_db_ns
Table
insert method
Table class