isNotRandom property

bool get isNotRandom

Returns true if this value is not random, otherwise false.

Implementation

bool get isNotRandom => !isRandom;