menu
realm_dart package
documentation
realm.dart
RealmObjectChanges<T extends RealmObjectBase>
isDeleted property
isDeleted property
dark_mode
light_mode
isDeleted
property
bool
get
isDeleted
True
if the object was deleted.
Implementation
bool get isDeleted => _handle.isDeleted;
realm_dart package
documentation
realm
RealmObjectChanges<T extends RealmObjectBase>
isDeleted property
RealmObjectChanges class