DesignTokenParser constructor
DesignTokenParser([
- int indentationLevel = 1,
- BuilderConfig? config
Constructs a DesignTokenParser.
Implementation
DesignTokenParser([
this.indentationLevel = 1,
this.config,
]);