ExtractionRule constructor

ExtractionRule({
  1. String? extractionRegex,
  2. Source? source,
})

Implementation

ExtractionRule({this.extractionRegex, this.source});