UThreadViewPostParentNotFoundPost constructor

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

Implementation

const factory UThreadViewPostParentNotFoundPost(
        {required final NotFoundPost data}) =
    _$UThreadViewPostParentNotFoundPostImpl;