MastodonFamiliarFollowers constructor
- required String id,
- required List<
MastodonAccount> accounts,
Creates a MastodonFamiliarFollowers with the given fields.
Implementation
const MastodonFamiliarFollowers({
required this.id,
required this.accounts,
});