UThreadViewPostReplyNotFoundPost constructor

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

Implementation

const factory UThreadViewPostReplyNotFoundPost(
        {required final NotFoundPost data}) =
    _$UThreadViewPostReplyNotFoundPostImpl;