@override bool validate(value, data) { value = value.toString().length; return value.toString().length >= minLength; }