notLogin method

bool notLogin()

Implementation

bool notLogin() {
  return _token == null || _token!.length < 1;
}