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