factory LiveTable([List<TableColumn> columns]) { return new LiveTable.create(columns == null ? [] : columns, []); }