unlock property

Set<T> unlock

Returns a Dart Set (mutable, ordered, of type LinkedHashSet).

Implementation

Set<T> get unlock => LinkedHashSet.of(this);