January 2013
Beginner
424 pages
13h 26m
English
The core Dart language consists of variables and operators, a number of built-in types, flow-control statements, and function blocks. Dart is a dynamically typed language, similar to JavaScript, and type information in variable and parameter declarations is optional. The Dart virtual machine executes Dart code identically whether type information is provided or not. Any type information provided is used by tools to confirm the developer’s intention and provides documentation to future developers who may need to read and maintain the code.
A variable is declared by prefixing the variable name with one of the following: