menu
idb_shim package
documentation
sdb.dart
SdbRecordChangeExtension<K extends SdbKey, V extends SdbValue>
isDelete property
isDelete property
dark_mode
light_mode
isDelete
property
bool
get
isDelete
true if the record was deleted.
Implementation
bool get isDelete => newValue == null;
idb_shim package
documentation
sdb
SdbRecordChangeExtension<K extends SdbKey, V extends SdbValue>
isDelete property
SdbRecordChangeExtension extension on
SdbRecordChange
<
K
,
V
>