LinkMePayload constructor

const LinkMePayload({
  1. String? linkId,
  2. String? path,
  3. Map<String, String>? params,
  4. Map<String, String>? utm,
  5. Map<String, String>? custom,
  6. String? url,
  7. bool? isLinkMe,
  8. bool? forceRedirectWeb,
  9. String? webFallbackUrl,
})

Implementation

const LinkMePayload({
  this.linkId,
  this.path,
  this.params,
  this.utm,
  this.custom,
  this.url,
  this.isLinkMe,
  this.forceRedirectWeb,
  this.webFallbackUrl,
});