MastodonSuggestion constructor
- required String source,
- required MastodonAccount account,
Creates a MastodonSuggestion with the given fields.
Implementation
const MastodonSuggestion({
required this.source,
required this.account,
});
Creates a MastodonSuggestion with the given fields.
const MastodonSuggestion({
required this.source,
required this.account,
});