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