isLimited property

bool get isLimited

Implementation

bool get isLimited {
  return this == PermissionState.limited;
}