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