MastodonFeaturedTag constructor
Creates a MastodonFeaturedTag with the given fields.
Implementation
const MastodonFeaturedTag({
required this.id,
required this.name,
required this.url,
required this.statusesCount,
this.lastStatusAt,
});
Creates a MastodonFeaturedTag with the given fields.
const MastodonFeaturedTag({
required this.id,
required this.name,
required this.url,
required this.statusesCount,
this.lastStatusAt,
});