mutedWordsPrefOrNull property

MutedWordsPref? get mutedWordsPrefOrNull

Returns MutedWordsPref if this data is MutedWordsPref, otherwise null.

Implementation

MutedWordsPref? get mutedWordsPrefOrNull =>
    isMutedWordsPref ? mutedWordsPref : null;