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