InvocationResult constructor

const InvocationResult(
  1. String requestId,
  2. dynamic body
)

Implementation

const InvocationResult(this.requestId, this.body) : assert(body != null);