CodeNode constructor
CodeNode(
- String text,
- CodeConfig codeConfig
UncompleteDocumentation
Implementation
CodeNode(this.text, this.codeConfig);
UncompleteDocumentation
CodeNode(this.text, this.codeConfig);