Toc class

Constructors

Toc(String name, String tag, int index, int selfIndex, int tagLevel)

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
index of MarkdownGenerator's _children
final
name String
title name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfIndex int
index of TocController._tocList
final
tag String
h1~h6
final
tagLevel int
0~5 -> h1~h6
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override