ShortDynamicLink class
Response from creating a short dynamic link with DynamicLinkBuilder
.
Constructors
-
ShortDynamicLink({required ShortDynamicLinkType type, required Uri shortUrl, List<
String>? warnings, Uri? previewLink}) -
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- previewLink → Uri?
-
Gets the preview link to show the link flow chart. Android only.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- shortUrl → Uri
-
Short url value.
final
- type → ShortDynamicLinkType
-
The type of this short link, e.g. ShortDynamicLinkType.unguessable.
final
-
warnings
→ List<
String>? -
Information about potential warnings on link creation.
final
Methods
-
asMap(
) → Map< String, dynamic> - Returns the current instance as a Map.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited