toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clusterLabels = this.clusterLabels;
final clusterName = this.clusterName;
final clusterUuid = this.clusterUuid;
return {
'clusterLabels': ?clusterLabels,
'clusterName': ?clusterName,
'clusterUuid': ?clusterUuid,
};
}