Validate that the number is greater than the specified value.
B gt(num n, {String? message}) => add(isGt(n), message: message);