HealthStatus_HealthState.fromJson constructor
HealthStatus_HealthState.fromJson(
- Object? json
Implementation
factory HealthStatus_HealthState.fromJson(Object? json) =>
HealthStatus_HealthState(json as String);