$AdUrl constructor

$AdUrl({
  1. String? type,
  2. String? url,
})

Implementation

$AdUrl({
  this.type,
  this.url,
});