UThreadViewPostParent.notFoundPost constructor

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

Implementation

const factory UThreadViewPostParent.notFoundPost({
  required NotFoundPost data,
}) = UThreadViewPostParentNotFoundPost;