LandingPage constructor

LandingPage({
  1. String? advertiserId,
  2. bool? archived,
  3. List<DeepLink>? deepLinks,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. String? url,
})

Implementation

LandingPage({
  this.advertiserId,
  this.archived,
  this.deepLinks,
  this.id,
  this.kind,
  this.name,
  this.url,
});