TableModel constructor

TableModel(
  1. Model parent,
  2. String? id
)

Implementation

TableModel(Model super.parent, super.id) {
  // instantiate busy observable
  busy = false;
}