UPreferenceMutedWordsPref constructor

const UPreferenceMutedWordsPref({
  1. required MutedWordsPref data,
})

Implementation

const factory UPreferenceMutedWordsPref(
    {required final MutedWordsPref data}) = _$UPreferenceMutedWordsPrefImpl;