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