CreateLinkOptions constructor

const CreateLinkOptions({
  1. String? templateId,
  2. String? templateSlug,
  3. Map<String, String>? deepLinkParameters,
  4. String? title,
  5. String? description,
  6. String? customCode,
  7. UTMParameters? utmParameters,
  8. String? externalUserId,
})

Creates link creation options

Implementation

const CreateLinkOptions({
  this.templateId,
  this.templateSlug,
  this.deepLinkParameters,
  this.title,
  this.description,
  this.customCode,
  this.utmParameters,
  this.externalUserId,
});