MarkdownBuilder class abstract

A base class for builders.

Constructors

MarkdownBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
matchTypes List<String>
Which element types should this builder match.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isBlock(PrettyElement element) bool
If it is a block type Markdown Node.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyMarkers(List<PrettyMarker> markers, PrettyElement element, PrettyElement? parent) List<PrettyMarker>
Parses the markers of a AST Node.
toString() String
A string representation of this object.
inherited
visitElementAfter(PrettyElement element, String? parentType, List<PrettyNode> siblings) → void
Called when an element has been reached, after its children have been parsed.
visitElementBefore(PrettyElement element, PrettyElement? parent) → void
Called when an element has been reached, before it's children have been built.

Operators

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