Returns an arbitrary that generates a null value.
Arbitrary<Null> null_() => ConstantArbitrary(null);