ManagedShortLink class Null safety
Managed Short Link.
Constructors
-
ManagedShortLink({String? creationTime, List<
String> ? flaggedAttribute, DynamicLinkInfo? info, String? link, String? linkName, String? visibility}) - ManagedShortLink.fromJson(Map json_)
Properties
- creationTime ↔ String?
-
Creation timestamp of the short link.
read / write
-
flaggedAttribute
↔ List<
String> ? -
Attributes that have been flagged about this short url.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- info ↔ DynamicLinkInfo?
-
Full Dyamic Link info
read / write
- link ↔ String?
-
Short durable link url, for example, "https://sample.app.goo.gl/xyz123".
read / write
- linkName ↔ String?
-
Link name defined by the creator.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- visibility ↔ String?
-
Visibility status of link.
Possible string values are:
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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