first property

  1. @override
T first
override

Gets the first element in the list.

Implementation

@override
T get first => _items.first;