UReplyRefParentPostView constructor

const UReplyRefParentPostView({
  1. required PostView data,
})

Implementation

const factory UReplyRefParentPostView({required final PostView data}) =
    _$UReplyRefParentPostViewImpl;