TinyUrlLinkData class

TinyUrlLinkData class that hold all the metadata of the link shortened. an instance of the class will be returned after each successful request to tinyurl apis containing all the data send by the api

Constructors

TinyUrlLinkData({required String url, required String domain, required String alias, required List<String> tags, required String shortUrl})
TinyUrlLinkData class that hold all the metadata of the link shortened. an instance of the class will be returned after each successful request to tinyurl apis containing all the data send by the api

Properties

alias String
Link Alias
final
domain String
Domain Name
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortUrl String
Short Url
final
tags List<String>
Link Tags
final
url String
Long Url
final

Methods

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