ReservationBlockHealthInfo.fromJson constructor
ReservationBlockHealthInfo.fromJson(
- Map json_
Implementation
ReservationBlockHealthInfo.fromJson(core.Map json_)
: this(
degradedSubBlockCount: json_['degradedSubBlockCount'] as core.int?,
healthStatus: json_['healthStatus'] as core.String?,
healthySubBlockCount: json_['healthySubBlockCount'] as core.int?,
);