UPostViewEmbedExternalView constructor

const UPostViewEmbedExternalView({
  1. required ExternalView data,
})

Implementation

const factory UPostViewEmbedExternalView({required final ExternalView data}) =
    _$UPostViewEmbedExternalViewImpl;