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