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