BaseServiceRequestParams constructor
const
BaseServiceRequestParams({})
Implementation
const BaseServiceRequestParams({
required this.headers,
required this.type,
required this.requestID,
this.successStatusCodes,
this.errorStatusCodes,
});