DesignTokenParser constructor

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

Constructs a DesignTokenParser.

Implementation

DesignTokenParser([
  this.indentationLevel = 1,
  this.config,
]);