NotificationListUpdated constructor
const
NotificationListUpdated({
- List<
NotificationModel?> ? value, - bool? mightHaveMore,
Implementation
const NotificationListUpdated({this.value, this.mightHaveMore});