toJson method

Map<String, dynamic> toJson()

Implementation

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