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