InvertibleRegExpRecipe constructor

InvertibleRegExpRecipe(
  1. RegExpRecipe source,
  2. Augmenter augment, {
  3. required bool inverted,
  4. RegExpTag tag = RegExpTag.none,
})

Implementation

InvertibleRegExpRecipe(super.source, super.augment, {required this.inverted, super.tag});