UGetPostThreadThread.notFoundPost constructor

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

Implementation

const factory UGetPostThreadThread.notFoundPost({
  required NotFoundPost data,
}) = UGetPostThreadThreadNotFoundPost;