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