NetError constructor

NetError(
  1. int code,
  2. String msg
)

Implementation

NetError(this.code, this.msg);