ParameterSubGroupDTO constructor
- int? id,
- String? name,
- List<
ParameterDefinitionDTO> ? parameters,
Implementation
const ParameterSubGroupDTO({
this.id,
this.name,
this.parameters,
});
const ParameterSubGroupDTO({
this.id,
this.name,
this.parameters,
});