TabModel constructor

TabModel(
  1. String name,
  2. EmType type
)

Implementation

TabModel(this.name, this.type);