DimensionParser constructor

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

Constructs a DimensionParser.

Implementation

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