toJson method

Map<String, dynamic> toJson()

Implementation

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