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