state property

UserState state

The current state of this User.

Implementation

UserState get state {
  return realmCore.userGetState(this);
}