item property

E? item

Implementation

E? get item => items.firstWhereOrNull((_) => true);