bools method

Iterable<bool> bools(
  1. int count
)

Implementation

Iterable<bool> bools(int count) =>
    Iterable.generate(count, (_) => nextBool());