menu
tunder package
documentation
database.dart
Query<T>
update method
update method
dark_mode
light_mode
update
method
Future
<
int
>
update
(
Map
<
String
,
dynamic
>
row
)
Implementation
Future<int> update(Map<String, dynamic> row) => _operator.update(this, row);
tunder package
documentation
database
Query<T>
update method
Query class