HeadingToken constructor

const HeadingToken(
  1. String text,
  2. int level
)

Implementation

const HeadingToken(this.text, this.level);