primes property

Iterable<int> get primes

Implementation

Iterable<int> get primes => where((element) => element.isPrime);