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