CodeNode constructor

CodeNode(
  1. String text,
  2. CodeConfig codeConfig
)

UncompleteDocumentation

Implementation

CodeNode(this.text, this.codeConfig);