toJson method

Map<String, dynamic> toJson()

Implementation

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