@override bool innerValidate(String? value) { return value == null || RegExp(urlRegex).allMatches(value).isNotEmpty; }