Config constructor
Config(
- eInsertType insertType,
- int nthMatch,
- String filePath,
- String text,
- String regex,
Implementation
Config(this.insertType, this.nthMatch, this.filePath, this.text, this.regex);