evens property

Iterable<int> get evens

Implementation

Iterable<int> get evens => where((element) => element.isEven);