HeaderBlock constructor

HeaderBlock(
  1. int level,
  2. String text
)

Implementation

HeaderBlock(this.level, this.text);