NotificationListUpdated constructor

const NotificationListUpdated({
  1. List<NotificationModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const NotificationListUpdated({this.value, this.mightHaveMore});