CallError constructor

CallError(
  1. String code,
  2. String msg,
  3. dynamic err
)

Implementation

CallError(this.code, this.msg, this.err);