Dart API Referencedart:corebool

bool class

class bool {
 factory bool._uninstantiable() {
   throw new UnsupportedError(
       "class bool cannot be instantiated");
 }
}

Subclasses

JSBool