BorderParser constructor

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

Constructs a BorderParser.

Implementation

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