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