MguHttpRequestInfo constructor
const
MguHttpRequestInfo({})
Implementation
const MguHttpRequestInfo({
required this.apiPath,
required this.hasMultipartFormData,
this.header,
this.data,
this.queryParameters,
this.retryInterceptor,
});