CoinCommunityData class

Coin developer data wrapper

Constructors

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

Properties

facebookLikes int?
Facebook likes
final
hashCode int
The hash code for this object.
no setterinherited
redditAccountsActive48h double?
Reddit accounts active in 48hours
final
redditAverageComments48h double?
Reddit average comments in 48 hours
final
redditAveragePosts48h double?
Reddit average posts in 48 hours
final
redditSubscribers int?
Reddit subscribers
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telegramChannelUserCount int?
Telegram channel user count
final
twitterFollowers int?
Twitter followers
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