Notifications constructor
const
Notifications({
- Key? key,
- required List<
NotificationModel> notifications,
Implementation
const Notifications({Key? key, required this.notifications})
: super(key: key);