UGetPostThreadThreadNotFoundPost constructor

const UGetPostThreadThreadNotFoundPost({
  1. required NotFoundPost data,
})

Implementation

const factory UGetPostThreadThreadNotFoundPost(
        {required final NotFoundPost data}) =
    _$UGetPostThreadThreadNotFoundPostImpl;