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