first property
The first element in the sorted iteration order. Throws StateError if the set is empty.
Implementation
@override
T get first => _root.first.item;
The first element in the sorted iteration order. Throws StateError if the set is empty.
@override
T get first => _root.first.item;