UPreferences.mutedWordsPref constructor

const UPreferences.mutedWordsPref({
  1. required MutedWordsPref data,
})

Implementation

const factory UPreferences.mutedWordsPref({required MutedWordsPref data}) =
    UPreferencesMutedWordsPref;