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