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