info property

UserInfo? get info

Returns the information about the user. If the user is not connected, it returns null.

Implementation

UserInfo? get info {
  return getProperty(_user, 'is');
}