CarvableAnalyzer constructor

CarvableAnalyzer(
  1. String input, {
  2. int offset = 0,
  3. String? replacement,
})

Implementation

CarvableAnalyzer(super.input, {super.offset, super.replacement});