LineWriter class

A writer that builds formatted text with proper indentation

Constructors

LineWriter(int indentSize)

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
push(int depth, String content) → void
Adds a line at the specified depth
pushListItem(int depth, String content) → void
Adds a list item line at the specified depth
toString() String
Returns the complete formatted text
override

Operators

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