@override bool innerValidate(String? value) => value != null && RegExp(alphaNumericRegex).hasMatch(value);