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