Tabler class

A class for displaying table format.

Constructors

Tabler({List<List>? data, List? header, TablerStyle? style})
Creates a table.

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

add(List data) → void
Add a row to the table.
addAll(List<List> data) → void
Add rows to the table.
addHeader(List header) → void
Add a header to the table.
clear() → void
Clear all rows from the table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(int index) → void
Remove a row from the table.
removeHeader() → void
Clear a header from the table.
toString() String
A string representation of this object.
override

Operators

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