Table constructor

Table(
  1. List<TableColumn> columns,
  2. List<List> rows, {
  3. Map? meta,
})

Implementation

Table(this.columns, this.rows, {this.meta});