static iterable_rules.MinLength<T> minLength<T>(int length, {String? message}) { return iterable_rules.MinLength(length, message: message); }