Text constructor

const Text(
  1. Token name,
  2. AstNode text
)

Implementation

const Text(super.name, this.text);