UThreadViewPostReply.notFoundPost constructor

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

Implementation

const factory UThreadViewPostReply.notFoundPost({
  required NotFoundPost data,
}) = UThreadViewPostReplyNotFoundPost;