Text constructor

Text(
  1. Token name,
  2. String text
)

Implementation

Text(super.name, this.text);