The App with which the User is associated with.
App get app { // The _app field may be null when we're retrieving a user from the session // rather than from the app. return _app ??= AppInternal.create(realmCore.userGetApp(_handle)); }