toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final errorResponseRules = this.errorResponseRules;
final errorService = this.errorService;
return {
'errorResponseRules': ?errorResponseRules,
'errorService': ?errorService,
};
}