Validate that the length is at least the specified minimum.
B lengthMin(int min, {String? message}) => length([isGte(min)], message: message);