UPreferences.interestsPref constructor

const UPreferences.interestsPref({
  1. required InterestsPref data,
})

Implementation

const factory UPreferences.interestsPref({required InterestsPref data}) =
    UPreferencesInterestsPref;