TemplateParameter constructor
const
TemplateParameter({
- required ParameterType type,
Creates a new template parameter.
type is the type of the parameter.
Implementation
const TemplateParameter({
required this.type,
});