UTableData class
The cells of a UBlockType.table block. Cells hold plain text.
Constructors
-
UTableData({required List<
List< rows, bool hasHeader = true})String> > - UTableData.empty({int rows = 3, int columns = 3})
-
Creates an empty table of
rowsxcolumns.factory
Properties
Methods
-
addColumn(
) → void -
addRow(
) → void -
copy(
) → UTableData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeColumn(
int index) → void -
removeRow(
int index) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited