UGetPostThreadThreadThreadViewPost constructor

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

Implementation

const factory UGetPostThreadThreadThreadViewPost(
        {required final ThreadViewPost data}) =
    _$UGetPostThreadThreadThreadViewPostImpl;