Notifications constructor

const Notifications({
  1. Key? key,
  2. required List<NotificationModel> notifications,
})

Implementation

const Notifications({Key? key, required this.notifications})
    : super(key: key);