InvocationResult constructor
const
InvocationResult(
- String requestId,
- dynamic body
Implementation
const InvocationResult(this.requestId, this.body) : assert(body != null);
const InvocationResult(this.requestId, this.body) : assert(body != null);