InvokeHostFunctionOperationResponse constructor Null safety

InvokeHostFunctionOperationResponse(
  1. {String? function,
  2. List<ParameterResponse>? parameters}
)

Implementation

InvokeHostFunctionOperationResponse({this.function, this.parameters});