HttpClientParams<DTO, DQO> constructor
HttpClientParams<DTO, DQO> ({})
Implementation
HttpClientParams({
required this.path,
required this.method,
this.body,
this.query,
this.options,
});