Config constructor

Config(
  1. eInsertType insertType,
  2. int nthMatch,
  3. String filePath,
  4. String text,
  5. String regex,
)

Implementation

Config(this.insertType, this.nthMatch, this.filePath, this.text, this.regex);