Dart API Referencedart:corebool

bool class

class bool {
  factory bool._uninstantiable() {
    throw const UnsupportedOperationException(
        "class bool cannot be instantiated");
  }
}