HttpData<T> constructor

HttpData<T>({
  1. String? code,
  2. String? msg,
  3. T? data,
  4. HttpError? httpError,
  5. Object? rawData,
})

Implementation

HttpData({this.code, this.msg, this.data, this.httpError, this.rawData});