single property
override
Gets the single element in the list. Throws an error if the list has more than one item.
Implementation
@override
T get single => _items.single;
Gets the single element in the list. Throws an error if the list has more than one item.
@override
T get single => _items.single;