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