Dart
dart:math
Random
nextBool abstract method
description
nextBool method
bool
nextBool
(
)
Generates a random boolean value.
Implementation
bool
nextBool();