CustomErrorResponsePolicy constructor
CustomErrorResponsePolicy({
- List<
CustomErrorResponsePolicyCustomErrorResponseRule> ? errorResponseRules, - String? errorService,
Implementation
CustomErrorResponsePolicy({
this.errorResponseRules,
this.errorService,
});