CoinLinks class
A class that wraps various links related to a cryptocurrency.
Constructors
-
CoinLinks.fromJson(Map<
String, dynamic> json) - Constructs a CoinLinks instance from a JSON map.
Properties
-
announcementUrl
→ List<
String> ? -
A list of announcement URLs.
final
- bitcointalkThreadIdentifier → String?
-
The Bitcointalk thread identifier.
final
-
blockchainSite
→ List<
String> ? -
A list of blockchain site URLs.
final
-
chatUrl
→ List<
String> ? -
A list of chat URLs.
final
- facebookUsername → String?
-
The Facebook username.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
homepage
→ List<
String> ? -
A list of homepage URLs.
final
-
officialForumUrl
→ List<
String> ? -
A list of official forum URLs.
final
- reposUrl → CoinReposUrl?
-
The repository URLs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subredditUrl → String?
-
The subreddit URL.
final
- telegramChannelIdentifier → String?
-
The Telegram channel identifier.
final
- twitterScreenName → String?
-
The Twitter screen name.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the CoinLinks instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited