isAuthenticated property

bool get isAuthenticated

Check if user is authenticated

Implementation

bool get isAuthenticated => _accessToken != null;