EntityGroup constructor

EntityGroup(
  1. String name,
  2. EntityType type
)

Implementation

EntityGroup(this.name, this.type);