toJson method

Map<String, dynamic> toJson()

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,
  };
}