ConsoleTable class
A class that renders a formatted ASCII table in the console.
Constructors
-
ConsoleTable({required List<
String> headers, required List<List< rows})String> > -
Creates a ConsoleTable with the given
headersandrows.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
) → void - Render the table to stdout
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited