CoinsCommunityData class

Constructors

CoinsCommunityData({dynamic facebookLikes, int? twitterFollowers, double? redditAveragePosts48H, double? redditAverageComments48H, int? redditSubscribers, int? redditAccountsActive48H, int? telegramChannelUserCount})
CoinsCommunityData.fromJson(Map<String, dynamic> json)
factory

Properties

facebookLikes ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
redditAccountsActive48H int?
getter/setter pair
redditAverageComments48H double?
getter/setter pair
redditAveragePosts48H double?
getter/setter pair
redditSubscribers int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telegramChannelUserCount int?
getter/setter pair
twitterFollowers int?
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