RxNetException constructor

RxNetException({
  1. String? code,
  2. RxResult? resultEntity,
})

Implementation

RxNetException({this.code,this.resultEntity});