isAuthenticated property

bool get isAuthenticated

Implementation

bool get isAuthenticated => state.value?.token != null;