MarkdownPrettier class
- Implemented types
Constructors
-
MarkdownPrettier.new({List<
MarkdownBuilder> builders = const []})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String text) → String -
Parses the given string
text
. -
parseNodes(
List< Node> nodes) → String -
Parses the given AST
nodes
and outputs a string. -
toString(
) → String -
A string representation of this object.
inherited
-
visitElementAfter(
PrettyElement element) → void - Called when an Element has been reached, after its children have been visited.
-
visitElementBefore(
PrettyElement element) → bool - Called when an Element has been reached, before its children have been visited.
-
visitText(
PrettyText text) → void - Called when a Text node has been reached.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited