InvokeHostFunctionOperationResponse constructor Null safety
- {String? function,
- List<
ParameterResponse> ? parameters}
Implementation
InvokeHostFunctionOperationResponse({this.function, this.parameters});
InvokeHostFunctionOperationResponse({this.function, this.parameters});