InvertibleRegExpRecipe constructor
InvertibleRegExpRecipe(
- RegExpRecipe source,
- Augmenter augment, {
- required bool inverted,
- RegExpTag tag = RegExpTag.none,
Implementation
InvertibleRegExpRecipe(super.source, super.augment, {required this.inverted, super.tag});