FeaturedTag class

Represents a hashtag that is featured on a profile. https://docs.joinmastodon.org/entities/featuredtag/

Annotations
  • @JsonSerializable()

Constructors

FeaturedTag({required String id, required String name, required int statusesCount, required DateTime lastStatusAt})
FeaturedTag.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The internal ID of the featured tag in the database
final
lastStatusAt DateTime
The timestamp of the last authored status containing this hashtag
final
name String
The name of the hashtag being featured
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusesCount int
The number of authored statuses containing this hashtag
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