isAuthenticated property

bool get isAuthenticated

Verifica se o cliente está autenticado

Implementation

bool get isAuthenticated => _authModel != null;