Matcher minLength(int length) => predicate( (value) => value is String && value.length >= length, 'a string at least $length character(s) long');.
確定! 回上一頁