HostFunctionResponse constructor Null safety

HostFunctionResponse(
  1. String type,
  2. List<ParameterResponse>? parameters
)

Implementation

HostFunctionResponse(this.type, this.parameters);