FunctionCall constructor
FunctionCall({
- String id = '',
- String name = '',
- Struct? args,
- List<
PartialArg> partialArgs = const [], - bool willContinue = false,
Implementation
FunctionCall({
this.id = '',
this.name = '',
this.args,
this.partialArgs = const [],
this.willContinue = false,
}) : super(fullyQualifiedName);