realm package
documentation
realm
Realm
isClosed property
isClosed
isClosed
property
Null safety
bool
isClosed
Checks whether the
Realm
is closed.
Implementation
bool get isClosed => realmCore.isRealmClosed(this);
realm package
documentation
realm
Realm
isClosed property
Realm class
Constructors
Realm
Properties
config
hashCode
isClosed
isInTransaction
runtimeType
subscriptions
syncSession
Methods
add
addAll
all
close
delete
deleteAll
deleteMany
find
noSuchMethod
query
toString
write
Operators
operator ==
Static properties
logger
Static methods
deleteRealm
exists
existsSync
shutdown