user property

User user

The connected user.

Implementation

User get user {
  _ensureReady();
  return _user;
}