UReplyRefRootNotFoundPost constructor

const UReplyRefRootNotFoundPost({
  1. required NotFoundPost data,
})

Implementation

const factory UReplyRefRootNotFoundPost({required final NotFoundPost data}) =
    _$UReplyRefRootNotFoundPostImpl;