menu
nylo_support package
documentation
testing/src/ny_factory.dart
NyFaker
randomBool method
randomBool method
dark_mode
light_mode
randomBool
method
bool
randomBool
(
)
Generate a random boolean.
Implementation
bool randomBool() => _random.nextBool();
nylo_support package
documentation
testing/src/ny_factory
NyFaker
randomBool method
NyFaker class