CreateLinkOptions constructor
const
CreateLinkOptions({})
Creates link creation options
Implementation
const CreateLinkOptions({
this.templateId,
this.templateSlug,
this.deepLinkParameters,
this.title,
this.description,
this.customCode,
this.utmParameters,
this.externalUserId,
});