single property

  1. @override
E single
override

Checks that this iterable has only one element, and returns that element.

Implementation

@override
E get single => _wrappedList.single;