core.Map<core.String, core.dynamic> toJson() => { if (imageUri != null) 'imageUri': imageUri!, if (suggestion != null) 'suggestion': suggestion!, if (type != null) 'type': type!, };