primes top-level property

Primes primes
final

Static Primes object used to cache prime numbers between all the functions that need prime numbers.

Implementation

final primes = Primes();