Validator that checks if a num value is (equals or) below a maximum. (see inclusive)
inclusive
const Max(num max, {super.inclusive}) : super(max: max);