Constructor for the DUNS validator.
DunsValidator({ /// {@macro duns_template} RegExp? regex, super.errorText, super.checkNullOrEmpty, }) : regex = regex ?? _duns;