FunctionCallInstance constructor

const FunctionCallInstance({
  1. required String name,
})

Create a new instace of FunctionCallInstance

Implementation

const FunctionCallInstance({
  required this.name,
});