isFrozen property

bool isFrozen
latefinal

Gets a value indicating whether this Realm is frozen. Frozen Realms are immutable and will not update when writes are made to the database.

Implementation

late final bool isFrozen = realmCore.isFrozen(this);