core.Map<core.String, core.dynamic> toJson() => { if (candidate != null) 'candidate': candidate!, if (text != null) 'text': text!, if (value != null) 'value': value!, };