ULinkParameters constructor
ULinkParameters({})
Creates a new set of ULink parameters
Implementation
ULinkParameters({
this.type = 'dynamic',
required this.domain,
this.slug,
this.name,
this.iosUrl,
this.androidUrl,
this.iosFallbackUrl,
this.androidFallbackUrl,
this.fallbackUrl,
this.parameters,
this.socialMediaTags,
this.metadata,
});