BitLyLinkData constructor

BitLyLinkData({
  1. String? link,
  2. String? longUrl,
  3. List<String>? tags,
  4. String? title,
  5. String? id,
  6. bool? archived,
  7. String? clientId,
  8. String? createdAt,
  9. String? createdBy,
  10. List<String>? customBitlinks,
  11. List<_Deeplinks>? deeplinks,
  12. dynamic references,
})

Implementation

BitLyLinkData(
    {this.link,
    this.longUrl,
    this.tags,
    this.title,
    this.id,
    this.archived,
    this.clientId,
    this.createdAt,
    this.createdBy,
    this.customBitlinks,
    this.deeplinks,
    this.references});