AppLinkParams constructor
AppLinkParams({})
Creates an AppLinkParams instance with the required and optional fields.
Implementation
AppLinkParams({
required this.url,
required this.name,
required this.urlPrefix,
this.shortId,
this.socialMeta,
this.androidFallbackUrl,
this.iosFallbackUrl,
this.isOpenInBrowserAndroid,
this.isOpenInAndroidApp,
this.isOpenInBrowserApple,
this.isOpenInIosApp,
});