GroupCallError constructor

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

Implementation

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