MastodonList constructor
Creates a MastodonList with the given fields.
Implementation
const MastodonList({
required this.id,
required this.title,
required this.repliesPolicy,
required this.exclusive,
});
Creates a MastodonList with the given fields.
const MastodonList({
required this.id,
required this.title,
required this.repliesPolicy,
required this.exclusive,
});