ClusterToRepair.fromJson constructor

ClusterToRepair.fromJson(
  1. Map json_
)

Implementation

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