RemoteInAppUpdateDataPerBundle constructor

RemoteInAppUpdateDataPerBundle({
  1. String? recoveredDeviceCount,
  2. String? totalDeviceCount,
  3. String? versionCode,
})

Implementation

RemoteInAppUpdateDataPerBundle({
  this.recoveredDeviceCount,
  this.totalDeviceCount,
  this.versionCode,
});