FxNotificationsStateCopyWithFn typedef

FxNotificationsStateCopyWithFn = FxNotificationsState Function({int currentPage, String? error, bool hasNextPage, bool isLoading, List<FxNotification> notifications, int unreadCount})

Implementation

typedef FxNotificationsStateCopyWithFn =
    FxNotificationsState Function({
      List<FxNotification> notifications,
      int unreadCount,
      bool isLoading,
      String? error,
      bool hasNextPage,
      int currentPage,
    });