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