CommunityData class Null safety
Constructors
- CommunityData({dynamic facebookLikes, int? twitterFollowers, double? redditAveragePosts48H, double? redditAverageComments48H, int? redditSubscribers, int? redditAccountsActive48H, int? telegramChannelUserCount})
-
CommunityData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- facebookLikes ↔ dynamic
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- redditAccountsActive48H ↔ int?
-
read / write
- redditAverageComments48H ↔ double?
-
read / write
- redditAveragePosts48H ↔ double?
-
read / write
- redditSubscribers ↔ int?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- telegramChannelUserCount ↔ int?
-
read / write
- twitterFollowers ↔ int?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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