FunctionCallInstance constructor
const
FunctionCallInstance({
- required String name,
- ParameterList parameters = const ParameterList(),
Create a new instace of FunctionCallInstance
Implementation
const FunctionCallInstance({
required this.name,
this.parameters = const ParameterList(),
});