CodeParameter constructor
const
CodeParameter({})
Creates a parameter node.
Implementation
const CodeParameter({
required this.name,
this.type,
this.isNamed = true,
this.isThis = false,
this.defaultValue,
});
Creates a parameter node.
const CodeParameter({
required this.name,
this.type,
this.isNamed = true,
this.isThis = false,
this.defaultValue,
});