NotificationListLoaded constructor
const
NotificationListLoaded({
- bool? mightHaveMore,
- List<
NotificationModel?> ? values = const [],
Implementation
const NotificationListLoaded({this.mightHaveMore, this.values = const []});