menu
idb_sqflite package
documentation
sdb_sqflite.dart
SdbTransactionStoreRefExtension<K extends SdbKey, V extends SdbValue>
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
K
key
)
True if the record exists.
Implementation
Future<bool> exists(K key) => _impl.existsImpl(key);
idb_sqflite package
documentation
sdb_sqflite
SdbTransactionStoreRefExtension<K extends SdbKey, V extends SdbValue>
exists method
SdbTransactionStoreRefExtension extension on
SdbTransactionStoreRef
<
K
,
V
>