toJson method

Map<String, dynamic> toJson()

Implementation

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