TestInvokeMethodResponse constructor

TestInvokeMethodResponse({
  1. String? body,
  2. Map<String, String>? headers,
  3. int? latency,
  4. String? log,
  5. Map<String, List<String>>? multiValueHeaders,
  6. int? status,
})

Implementation

TestInvokeMethodResponse({
  this.body,
  this.headers,
  this.latency,
  this.log,
  this.multiValueHeaders,
  this.status,
});