Static factory method to create a max validation rule.
static FormifyRule max(num number) => Max(number);