columns property

List<ColumnDescription>? columns
getter/setter pair

List of columns in this table.

Order of columns matches the display order.

Implementation

core.List<ColumnDescription>? columns;