AppLinkDataAppLinkInfo constructor
AppLinkDataAppLinkInfo({
- Image? appLogoImage,
- AppLinkDataAppLinkInfoAppTarget? appTarget,
- LocalizedString? description,
- LocalizedString? title,
Implementation
AppLinkDataAppLinkInfo({
this.appLogoImage,
this.appTarget,
this.description,
this.title,
});