DioGateway<T> constructor
DioGateway<T> ({})
Implementation
DioGateway({
required this.dio,
required this.request,
this.mapper,
this.onReceiveProgress,
this.onSendProgress,
this.options,
});