BannedPattern constructor
BannedPattern({})
Implementation
BannedPattern({
required this.pattern,
required this.reason,
this.isRegex = false,
this.locales = const [],
this.except = const [],
});
BannedPattern({
required this.pattern,
required this.reason,
this.isRegex = false,
this.locales = const [],
this.except = const [],
});