menu
realm_dart package
documentation
realm.dart
RealmListChanges<T extends Object?>
isCleared property
isCleared property
dark_mode
light_mode
isCleared
property
bool
get
isCleared
inherited
true
if the collection was cleared.
Implementation
bool get isCleared => _changes.isCleared;
realm_dart package
documentation
realm
RealmListChanges<T extends Object?>
isCleared property
RealmListChanges class