LiveTable.create constructor
LiveTable.create(
- List<
TableColumn> ? columns, - List<
LiveTableRow> ? rows
Implementation
LiveTable.create(this.columns, this.rows);