CoinCommunityData class

CoinCommunityData class represents the community data of a cryptocurrency.

Constructors

CoinCommunityData.fromJson(Map<String, dynamic> json)
Constructs a CoinCommunityData instance from a JSON map.

Properties

facebookLikes int?
The number of Facebook likes.
final
hashCode int
The hash code for this object.
no setterinherited
redditAccountsActive48h double?
The number of active Reddit accounts in the last 48 hours.
final
redditAverageComments48h double?
The average number of Reddit comments in the last 48 hours.
final
redditAveragePosts48h double?
The average number of Reddit posts in the last 48 hours.
final
redditSubscribers int?
The number of Reddit subscribers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telegramChannelUserCount int?
The number of users in the Telegram channel.
final
twitterFollowers int?
The number of Twitter followers.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the CoinCommunityData instance.
override

Operators

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