NumberParser constructor

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

Constructs a NumberParser.

Implementation

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