Deserializes the result from JSON.
static Health fromJson(Map<String, dynamic> json) { return Health(_healthStatusIndex.lookupBySimpleName(json['status'])); }