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