CoinLinks class

Link data wrapper

Constructors

CoinLinks.fromJson(Map<String, dynamic> json)

Properties

announcementUrl List<String>?
Announcement url
final
bitcointalkThreadIdentifier String?
Bitcointalk thread identifier
final
blockchainSite List<String>?
Blockchain site
final
chatUrl List<String>?
Chat url
final
facebookUsername String?
Facebook username
final
hashCode int
The hash code for this object.
no setterinherited
homepage List<String>?
Homepage
final
officialForumUrl List<String>?
Official forum url
final
reposUrl CoinReposUrl?
Repository urls
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subredditUrl String?
Subreddit url
final
telegramChannelIdentifier String?
Telegram channel identifier
final
twitterScreenName String?
Twitter screen name
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