odds property

Iterable<int> get odds

Implementation

Iterable<int> get odds => where((element) => element.isOdd);