MCRequestData<T> constructor

MCRequestData<T>({
  1. required T requestObject,
  2. Response? response,
  3. DioError? error,
})

Implementation

MCRequestData({required this.requestObject, this.response, this.error});