Settings constructor Null safety
Implementation
Settings({
required this.autoplay,
required this.displayNsfw,
required this.emailOnReply,
required this.emailOnUpvote,
required this.emailOnFollow,
required this.emailOnMention,
});
Settings({
required this.autoplay,
required this.displayNsfw,
required this.emailOnReply,
required this.emailOnUpvote,
required this.emailOnFollow,
required this.emailOnMention,
});