Deeplinks constructor

Deeplinks({
  1. String? guid,
  2. String? bitlink,
  3. String? appUriPath,
  4. String? installUrl,
  5. String? appGuid,
  6. String? os,
  7. String? installType,
  8. String? created,
  9. String? modified,
  10. String? brandGuid,
})

Implementation

Deeplinks({
  this.guid,
  this.bitlink,
  this.appUriPath,
  this.installUrl,
  this.appGuid,
  this.os,
  this.installType,
  this.created,
  this.modified,
  this.brandGuid,
});