ClusterToRepair.fromJson constructor
ClusterToRepair.fromJson(
- Map json_
Implementation
ClusterToRepair.fromJson(core.Map json_)
: this(
clusterRepairAction: json_['clusterRepairAction'] as core.String?,
);