Gets a value indicating whether this Realm is frozen. Frozen Realms are immutable and will not update when writes are made to the database.
late final bool isFrozen = realmCore.isFrozen(this);