StatsBroadcastStats class

Stats Broadcast Stats.

ID: 396ca5fc.

Inheritance

Constructors

StatsBroadcastStats({required StatsDateRangeDaysBase period, required StatsAbsValueAndPrevBase followers, required StatsAbsValueAndPrevBase viewsPerPost, required StatsAbsValueAndPrevBase sharesPerPost, required StatsAbsValueAndPrevBase reactionsPerPost, required StatsAbsValueAndPrevBase viewsPerStory, required StatsAbsValueAndPrevBase sharesPerStory, required StatsAbsValueAndPrevBase reactionsPerStory, required StatsPercentValueBase enabledNotifications, required StatsGraphBase growthGraph, required StatsGraphBase followersGraph, required StatsGraphBase muteGraph, required StatsGraphBase topHoursGraph, required StatsGraphBase interactionsGraph, required StatsGraphBase ivInteractionsGraph, required StatsGraphBase viewsBySourceGraph, required StatsGraphBase newFollowersBySourceGraph, required StatsGraphBase languagesGraph, required StatsGraphBase reactionsByEmotionGraph, required StatsGraphBase storyInteractionsGraph, required StatsGraphBase storyReactionsByEmotionGraph, required List<PostInteractionCountersBase> recentPostsInteractions})
Stats Broadcast Stats constructor.
const
StatsBroadcastStats.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

enabledNotifications StatsPercentValueBase
Enabled Notifications.
final
followers StatsAbsValueAndPrevBase
Followers.
final
followersGraph StatsGraphBase
Followers Graph.
final
growthGraph StatsGraphBase
Growth Graph.
final
hashCode int
The hash code for this object.
no setterinherited
interactionsGraph StatsGraphBase
Interactions Graph.
final
ivInteractionsGraph StatsGraphBase
Iv Interactions Graph.
final
languagesGraph StatsGraphBase
Languages Graph.
final
muteGraph StatsGraphBase
Mute Graph.
final
newFollowersBySourceGraph StatsGraphBase
New Followers By Source Graph.
final
period StatsDateRangeDaysBase
Period.
final
reactionsByEmotionGraph StatsGraphBase
Reactions By Emotion Graph.
final
reactionsPerPost StatsAbsValueAndPrevBase
Reactions Per Post.
final
reactionsPerStory StatsAbsValueAndPrevBase
Reactions Per Story.
final
recentPostsInteractions List<PostInteractionCountersBase>
Recent Posts Interactions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharesPerPost StatsAbsValueAndPrevBase
Shares Per Post.
final
sharesPerStory StatsAbsValueAndPrevBase
Shares Per Story.
final
storyInteractionsGraph StatsGraphBase
Story Interactions Graph.
final
storyReactionsByEmotionGraph StatsGraphBase
Story Reactions By Emotion Graph.
final
topHoursGraph StatsGraphBase
Top Hours Graph.
final
viewsBySourceGraph StatsGraphBase
Views By Source Graph.
final
viewsPerPost StatsAbsValueAndPrevBase
Views Per Post.
final
viewsPerStory StatsAbsValueAndPrevBase
Views Per Story.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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