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