UThreadItemValue.threadItemNotFound constructor

const UThreadItemValue.threadItemNotFound({
  1. required ThreadItemNotFound data,
})

Implementation

const factory UThreadItemValue.threadItemNotFound({
  required ThreadItemNotFound data,
}) = UThreadItemValueThreadItemNotFound;