ConfigGroup constructor

ConfigGroup(
  1. int type,
  2. String name
)

Implementation

ConfigGroup(this.type, this.name);