Dart API Referencedart:core

dart:core library

Functions

void print(Object object) #

external void print(Object object);

bool identical(Object a, Object b) #

Check whether two references are to the same object.

bool identical(Object a, Object b) => a === b;

Classes

int

num

Interfaces

Typedefs

Exceptions