ParamDecl constructor
ParamDecl(})
Implementation
ParamDecl(
super.id, {
super.declType,
super.initializer,
this.isVariadic = false,
this.isOptional = false,
this.isNamed = false,
this.isInitialization = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(
isMutable: true,
isStatement: false,
);