Feed constructor
const
Feed({})
Implementation
const Feed({
super.key,
required this.embedId,
this.uniqueId = "",
this.interactionDeepLink = "",
this.isDirectDeepLinkEnabled = false,
this.isDirectDeepLinkWithLoginEnabled = false,
this.isShowProfileEnabled = false,
this.ssoToken = "",
});