Introduction to Dart's Collection

Get introduced to Dart's collection.

Collections and data structures

Collections are objects that group other objects together according to a conceptual schema. For example, a dictionary is a collection of words and a card deck is a collection of cards.

Another name for collections is data structures and there is a good reason for that. Data structures are a means of structuring data. They are used to store, manipulate, and retrieve all types of data.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy