MastodonPreferences constructor
Creates a MastodonPreferences with the given fields.
Implementation
const MastodonPreferences({
required this.postingDefaultVisibility,
required this.postingDefaultSensitive,
this.postingDefaultLanguage,
this.postingDefaultQuotePolicy,
required this.readingExpandMedia,
required this.readingExpandSpoilers,
});