TypographyParser constructor

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

Constructs a TypographyParser.

Implementation

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