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