PIIPattern constructor
const
PIIPattern({})
Creates a PIIPattern with the required fields.
Implementation
const PIIPattern({
required this.type,
required this.regex,
required this.replacement,
this.description = '',
this.validator,
});