UThreadViewPostReplyThreadViewPost constructor

const UThreadViewPostReplyThreadViewPost({
  1. required ThreadViewPost data,
})

Implementation

const factory UThreadViewPostReplyThreadViewPost(
        {required final ThreadViewPost data}) =
    _$UThreadViewPostReplyThreadViewPostImpl;