September 2019
Beginner
512 pages
12h 52m
English
Dart provides multiple kinds of structures to manipulate a set of values. Dart lists are widely used even in the most simple use cases. Generics are a concept when working with collections of data tied to a specific type, such as List or Map, for example. They ensure a collection will have homogeneous values by specifying the type of data it can hold.
Read now
Unlock full access