isLogged property
bool
get
isLogged
A flag indicating whether this client is logged.
Implementation
bool get isLogged => _logged;
A flag indicating whether this client is logged.
bool get isLogged => _logged;