toJson method

Map<String, dynamic> toJson()

Implementation

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