MastodonTrendsLinkHistory class

Daily usage statistics for a trending link.

Annotations

Constructors

MastodonTrendsLinkHistory({required String day, required String accounts, required String uses})
const
MastodonTrendsLinkHistory.fromJson(Map<String, dynamic> json)
factory

Properties

accounts String
Number of accounts that shared the link on that day (string).
final
day String
Date as a UNIX timestamp in seconds (string).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uses String
Number of times the link was shared on that day (string).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes to JSON.
toString() String
A string representation of this object.
inherited

Operators

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