isAuth property

bool isAuth

Whether authorized or not.

Implementation

bool get isAuth {
  return this == PermissionState.authorized;
}