isManaged property

bool isManaged

True if the object belongs to a Realm.

Implementation

bool get isManaged => _realm != null;