toJson method

Map<String, dynamic> toJson()

Implementation

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