Links class
Constructors
-
Links({List<
String> homepage, List<String> blockchainSite, List<String> officialForumUrl, List<String> chatUrl, List<String> announcementUrl, String twitterScreenName, String facebookUsername, int bitcointalkThreadIdentifier, String telegramChannelIdentifier, String subredditUrl, ReposUrl reposUrl}) -
Links.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
announcementUrl
↔ List<
String> -
getter/setter pair
- bitcointalkThreadIdentifier ↔ int
-
getter/setter pair
-
blockchainSite
↔ List<
String> -
getter/setter pair
-
chatUrl
↔ List<
String> -
getter/setter pair
- facebookUsername ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
homepage
↔ List<
String> -
getter/setter pair
-
officialForumUrl
↔ List<
String> -
getter/setter pair
- reposUrl ↔ ReposUrl
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subredditUrl ↔ String
-
getter/setter pair
- telegramChannelIdentifier ↔ String
-
getter/setter pair
- twitterScreenName ↔ 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