SecretPattern constructor
const
SecretPattern({})
Implementation
const SecretPattern({
required this.name,
required this.pattern,
required this.severity,
required this.recommendation,
this.isGeneric = false,
});