CreateFluxDynamicLinkForm class

Constructors

CreateFluxDynamicLinkForm({required String slug, String? iosDeeplink, String? androidDeeplink, String? androidPackage, String? appstoreUrl, String? playstoreUrl, String? webFallbackUrl, LinkMetadata? metadata, DateTime? expiresAt})

Properties

Android deep link URL
final
androidPackage String?
Android package name
final
appstoreUrl String?
App Store URL for iOS app
final
expiresAt DateTime?
Expiration date for the link
final
hashCode int
The hash code for this object.
no setterinherited
iOS deep link URL
final
metadata LinkMetadata?
Link metadata for social sharing
final
playstoreUrl String?
Play Store URL for Android app
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
Unique slug for the link
final
webFallbackUrl String?
Web fallback URL when app is not available
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

generateSlugFromUrl(String url) String
Helper method to generate slug from URL