MastodonTag constructor
Creates a MastodonTag with the given fields.
Implementation
const MastodonTag({
required this.id,
required this.name,
required this.url,
this.history = const [],
this.following,
this.featuring,
});
Creates a MastodonTag with the given fields.
const MastodonTag({
required this.id,
required this.name,
required this.url,
this.history = const [],
this.following,
this.featuring,
});