LiveTable.create constructor

LiveTable.create(
  1. List<TableColumn>? columns,
  2. List<LiveTableRow>? rows
)

Implementation

LiveTable.create(this.columns, this.rows);