NotificationListLoaded constructor

const NotificationListLoaded({
  1. bool? mightHaveMore,
  2. List<NotificationModel?>? values = const [],
})

Implementation

const NotificationListLoaded({this.mightHaveMore, this.values = const []});