first property

  1. @override
E get first
override

The first element of the set.

Implementation

@override
E get first => value.first;