MastodonSuggestion constructor

const MastodonSuggestion({
  1. required String source,
  2. required MastodonAccount account,
})

Creates a MastodonSuggestion with the given fields.

Implementation

const MastodonSuggestion({
  required this.source,
  required this.account,
});