MultiCloudCluster.fromJson constructor
MultiCloudCluster.fromJson(
- Map json_
Implementation
MultiCloudCluster.fromJson(core.Map json_)
: this(
clusterMissing: json_.containsKey('clusterMissing')
? json_['clusterMissing'] as core.bool
: null,
resourceLink: json_.containsKey('resourceLink')
? json_['resourceLink'] as core.String
: null,
);