UniversalAdId constructor

UniversalAdId({
  1. String? registry,
  2. String? value,
})

Implementation

UniversalAdId({
  this.registry,
  this.value,
});