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