Dart
dart:math
Random
nextBool abstract method
nextBool
Dart
dart:math
Random
nextBool abstract method
Random class
Constructors
Random
secure
Properties
hashCode
runtimeType
Methods
nextBool
nextDouble
nextInt
noSuchMethod
toString
Operators
operator ==
description
nextBool
method
Null safety
bool
nextBool
(
)
Generates a random boolean value.
Implementation
bool nextBool();