UsersettingsNotification constructor
UsersettingsNotification({
- UsersettingsNotificationMatchMyInterests? matchMyInterests,
- UsersettingsNotificationMoreFromAuthors? moreFromAuthors,
- UsersettingsNotificationMoreFromSeries? moreFromSeries,
- UsersettingsNotificationPriceDrop? priceDrop,
- UsersettingsNotificationRewardExpirations? rewardExpirations,
Implementation
UsersettingsNotification({
this.matchMyInterests,
this.moreFromAuthors,
this.moreFromSeries,
this.priceDrop,
this.rewardExpirations,
});