RtcError constructor

RtcError(
  1. int code,
  2. String reason
)

Implementation

RtcError(this.code, this.reason);