MastodonFamiliarFollowers constructor

const MastodonFamiliarFollowers({
  1. required String id,
  2. required List<MastodonAccount> accounts,
})

Creates a MastodonFamiliarFollowers with the given fields.

Implementation

const MastodonFamiliarFollowers({
  required this.id,
  required this.accounts,
});