nextBool method

bool nextBool()

Get a random boolean value

Implementation

bool nextBool() => _random.nextBool();