ClusterSelector.fromJson constructor

ClusterSelector.fromJson(
  1. Map json_
)

Implementation

ClusterSelector.fromJson(core.Map json_)
  : this(labelSelector: json_['labelSelector'] as core.String?);