deepCopy method Null safety
Implementation
StoryBlockConfiguration deepCopy() => StoryBlockConfiguration(
videoCompleteAction: videoCompleteAction,
showShareButton: showShareButton,
showPlaybackButton: showPlaybackButton,
showBranding: showBranding,
ctaDelay: ctaDelay?.deepCopy(),
ctaHighlightDelay: ctaHighlightDelay?.deepCopy(),
shareBaseURL: shareBaseURL,
ctaWidth: ctaWidth,
showVideoDetailTitle: showVideoDetailTitle,
);