History class

Represents daily usage history of a hashtag. https://docs.joinmastodon.org/entities/history/

Annotations
  • @JsonSerializable()

Constructors

History({required DateTime day, required int uses, required int accounts})
History.fromJson(Map<String, dynamic> json)
factory

Properties

accounts int
The total of accounts using the tag within that day
final
day DateTime
UNIX timestamp on midnight of the given day
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 int
The counted usage of the tag within that day
final

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