HealthStatus_WeightError.fromJson constructor

HealthStatus_WeightError.fromJson(
  1. Object? json
)

Implementation

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