single property
The single element of the set.
Throws if the set is empty or has more than one element.
Implementation
@override
E get single => value.single;
The single element of the set.
Throws if the set is empty or has more than one element.
@override
E get single => value.single;