YKNetworkingRequest constructor
YKNetworkingRequest({})
Implementation
YKNetworkingRequest({
this.baseUrl = '',
this.path = '',
this.method = YKNetworkingMethod.get,
this.commheader,
this.params,
this.progressCallBack,
this.skipInterceptors = const [],
this.cancelToken,
});