menu
caching package
documentation
utils/sql/src/db_table.dart
DbTableWithConverter<KeyType, T>
updateId method
updateId method
dark_mode
light_mode
updateId
method
Future
<
int
>
updateId
(
T
value
,
KeyType
id
)
Implementation
Future<int> updateId(T value, KeyType id) => update(value, single(id));
caching package
documentation
utils/sql/src/db_table
DbTableWithConverter<KeyType, T>
updateId method
DbTableWithConverter class