AppLinkDataAppLinkInfo constructor

AppLinkDataAppLinkInfo({
  1. Image? appLogoImage,
  2. AppLinkDataAppLinkInfoAppTarget? appTarget,
  3. LocalizedString? description,
  4. LocalizedString? title,
})

Implementation

AppLinkDataAppLinkInfo({
  this.appLogoImage,
  this.appTarget,
  this.description,
  this.title,
});