CompleteRequestParams constructor
const
CompleteRequestParams({})
Implementation
const CompleteRequestParams({
required this.key,
this.responseData,
this.responseHeader,
this.requestContentLength,
this.responseContentLength,
this.httpCode,
});