FunctionApplication constructor

FunctionApplication({
  1. List<Object?>? parameters,
  2. String? type,
})

Implementation

FunctionApplication({this.parameters, this.type});