Returns an arbitrary that generates a boolean value.
Arbitrary<bool> boolean() => ConstantFromArbitrary([true, false]);