UPreference.savedFeedsPref constructor

const UPreference.savedFeedsPref({
  1. required SavedFeedsPref data,
})

Implementation

const factory UPreference.savedFeedsPref({
  required SavedFeedsPref data,
}) = UPreferenceSavedFeedsPref;