UBookmarkViewItem.notFoundPost constructor

const UBookmarkViewItem.notFoundPost({
  1. required NotFoundPost data,
})

Implementation

const factory UBookmarkViewItem.notFoundPost({required NotFoundPost data}) =
    UBookmarkViewItemNotFoundPost;