TableView constructor

TableView(
  1. TableModel model
)

Implementation

TableView(this.model) : super(key: ObjectKey(model));