Not documented.

Libraries

dart:async

Support for asynchronous programming, with classes such as Future and Stream.

dart:collection

Classes and utilities that supplement the collection support in dart:core.

dart:convert

Encoders and decoders for converting between different data representations, including JSON and UTF-8.

dart:core

Built-in types, collections, and other core functionality for every Dart program.

dart:html

HTML elements and other resources for web-based applications that need to interact with the browser and the DOM (Document Object Model).

dart:indexed_db
Library not documented.

dart:io

File, socket, HTTP, and other I/O support for server applications.

dart:isolate

Concurrent programming using isolates: independent workers that are similar to threads but don't share memory, communicating only via messages.

dart:js

Support for interoperating with JavaScript.

dart:math

Mathematical constants and functions, plus a random number generator.

dart:mirrors

Basic reflection in Dart, with support for introspection and dynamic evaluation.

dart:profiler
Library not documented.

dart:svg
Library not documented.

dart:typed_data
Library not documented.

dart:web_audio
Library not documented.

dart:web_gl
Library not documented.

dart:web_sql

An API for storing data in the browser that can be queried with SQL.