isLoggedIn property

bool isLoggedIn

Implementation

bool get isLoggedIn => jwt.isNotEmpty && jwtHasNotExpired;