prime property

bool? prime
final

object is a natural number greater than 1 that has no positive divisors other than 1 and itself.

See https://en.wikipedia.org/wiki/Prime_number

Implementation

final bool? prime;