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