UReplyRefParentBlockedPost constructor

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

Implementation

const factory UReplyRefParentBlockedPost({required final BlockedPost data}) =
    _$UReplyRefParentBlockedPostImpl;