isFrozen property

bool isFrozen

True if the entity belongs to a frozen Realm.

Implementation

bool get isFrozen => _realm?.isFrozen == true;