MastodonTagHistory constructor
Creates a MastodonTagHistory with the given fields.
Implementation
const MastodonTagHistory({
required this.day,
required this.uses,
required this.accounts,
});
Creates a MastodonTagHistory with the given fields.
const MastodonTagHistory({
required this.day,
required this.uses,
required this.accounts,
});