copyWith method
Implementation
InternalLinkTypeLiveStory copyWith({String? storyPosterUsername}) =>
InternalLinkTypeLiveStory(
storyPosterUsername: storyPosterUsername ?? this.storyPosterUsername,
);
InternalLinkTypeLiveStory copyWith({String? storyPosterUsername}) =>
InternalLinkTypeLiveStory(
storyPosterUsername: storyPosterUsername ?? this.storyPosterUsername,
);