BitLyLinkData class

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

Constructors

BitLyLinkData({String? link, String? longUrl, List<String>? tags, String? title, String? id, bool? archived, String? clientId, String? createdAt, String? createdBy, List<String>? customBitlinks, List<_Deeplinks>? deeplinks, dynamic references})
BitLyLinkData.fromMap(dynamic data)

Properties

archived bool?
getter/setter pair
clientId String?
getter/setter pair
createdAt String?
getter/setter pair
createdBy String?
getter/setter pair
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
shortened link id
getter/setter pair
Shortened Link
getter/setter pair
longUrl String?
getter/setter pair
references ↔ dynamic
it is of type map. official documentation is not clear about that property. except it to contain group uri in most cases
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pair
title String?
getter/setter pair

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