FxNotificationsState constructor
const
FxNotificationsState({})
Implementation
const FxNotificationsState({
this.notifications = const [],
this.unreadCount = 0,
this.isLoading = false,
this.error,
this.hasNextPage = false,
this.currentPage = 1,
});