TableColumns constructor

TableColumns(
  1. List<TableColumn> columns
)

Implementation

TableColumns(this.columns);