GroupDefinition constructor
GroupDefinition({
- String? key,
- GroupDefinitionType? type,
Implementation
GroupDefinition({
this.key,
this.type,
});
GroupDefinition({
this.key,
this.type,
});