CodeNode constructor

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

Implementation

CodeNode(this.text, this.codeConfig);