GroupDefinition constructor

GroupDefinition({
  1. String? key,
  2. GroupDefinitionType? type,
})

Implementation

GroupDefinition({
  this.key,
  this.type,
});