BitlyModel class

Constructors

BitlyModel({String? link, String? id, String? longUrl, String? title, bool? archived, String? createdAt, String? createdBy, String? clientId, List<String>? customBitlinks, List<String>? tags, List<String>? launchpadIds, List<Deeplinks>? deeplinks})
BitlyModel.fromJson(Map<String, dynamic> json)

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?
getter/setter pair
launchpadIds List<String>?
getter/setter pair
getter/setter pair
longUrl String?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited