toJson method

Map<String, dynamic> toJson()

Implementation

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