AsciiTable class
Constructors
- AsciiTable.new({List? header, int maxWidth = unlimitedWidth})
Properties
Methods
-
addRow(
List columns) → void -
addSeparator(
[Separator filler = Separator.line]) → void -
addTextSeparator(
String text) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unlimitedWidth → const int