UThreadViewPostParentBlockedPost constructor

const UThreadViewPostParentBlockedPost({
  1. required BlockedPost data,
})

Implementation

const factory UThreadViewPostParentBlockedPost(
        {required final BlockedPost data}) =
    _$UThreadViewPostParentBlockedPostImpl;