Unordered Sets
Let’s learn to create a set in Dart.
We'll cover the following
Overview
In Dart, a set is an unordered collection of unique items. This means that items do not have a specified position in a set, therefore, a set cannot have duplicates of the same item.
Sets are of type
Set
.
Create a free account to access the full course.
Continue your learning journey with a 14-day free trial.
By signing up, you agree to Educative's Terms of Service and Privacy Policy