CallInfo constructor

CallInfo(
  1. int callbackId,
  2. String method,
  3. List data
)

Implementation

CallInfo(this.callbackId, this.method, this.data);