September 2019
Beginner
512 pages
12h 52m
English
Dart is a type-safe programming language, so types are mandatory for variables. Although types are mandatory, type annotations are optional, which means that you don't need to specify the type of a variable when declaring it. Dart performs type inference, and we will examine more of this in the Type inference – bringing dynamism to the show section.
Here are the built-in data types in Dart:
Read now
Unlock full access