MobileDeviceIdList constructor

MobileDeviceIdList({
  1. Consent? consent,
  2. List<String>? mobileDeviceIds,
})

Implementation

MobileDeviceIdList({
  this.consent,
  this.mobileDeviceIds,
});