UPostThreadViewBlocked constructor

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

Implementation

const factory UPostThreadViewBlocked({required final BlockedPost data}) =
    _$UPostThreadViewBlockedImpl;