TextCaseParser constructor

TextCaseParser([
  1. int indentationLevel = 1,
  2. BuilderConfig? config
])

Constructs a TextCaseParser.

Implementation

TextCaseParser([super.indentationLevel, super.config]);