TypeVariantParameterNode constructor
const
TypeVariantParameterNode(
- TypeIdentifier typeIdentifier,
- Token name
Implementation
const TypeVariantParameterNode(
this.typeIdentifier,
this.name,
);