MCRequestData<T> constructor
MCRequestData<T> ({
- required T requestObject,
- Response? response,
- DioException? error,
Implementation
MCRequestData({required this.requestObject, this.response, this.error});