nextBool method

bool nextBool()

Generates a boolean value

Implementation

@pragma('vm:prefer-inline')
bool nextBool() => nextByte() & 0x55 == 0;