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