HtmlTableWriter class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerLine ↔ String?
-
getter/setter pair
-
rows
↔ List<
String> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addHeaderRow(
List< String> values, [List<int> ? columnSpans]) → void -
addRow(
List< String> values, [List<int> ? columnSpans]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setHeader(
int titleLevel, String title) → void - Adds a title above the Table for navigation
-
toHtmlLines(
) → List< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited