InterestPicker
data class InterestPicker(var receivedFeedRank: Int, var title: String, var subtitle: String, var sections: List<InterestPickerSection>)
Constructors
Link copied to clipboard
constructor(receivedFeedRank: Int, title: String, subtitle: String, sections: List<InterestPickerSection>)