toJson method

Map<String, dynamic> toJson()

Implementation

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