UReplyRefParentNotFoundPost constructor

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

Implementation

const factory UReplyRefParentNotFoundPost(
    {required final NotFoundPost data}) = _$UReplyRefParentNotFoundPostImpl;