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