numPrimes property

int get numPrimes

Returns the number of primes that are currently cached.

Implementation

int get numPrimes => _p.length;