state property

UserState get state

The current state of this User.

Implementation

UserState get state {
  return handle.state;
}