composite property

bool? composite
final

object is a positive integer that has at least one positive divisor other than 1 or the number itself.

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

Implementation

final bool? composite;