Toc constructor

Toc(
  1. String name,
  2. String tag,
  3. int index,
  4. int selfIndex,
  5. int tagLevel,
)

Implementation

Toc(this.name, this.tag, this.index, this.selfIndex, this.tagLevel);