SpacingParser constructor

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

Constructs a SpacingParser.

Implementation

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