static string_rules.MinLength minLength(int length, {String? message}) { return string_rules.MinLength(length, message: message); }