NotificationState constructor

NotificationState({
  1. List<Notifications> notifications = const [],
})

Implementation

NotificationState({this.notifications = const []});