copyWith method

ActiveStoryStateLive copyWith({
  1. int? storyId,
})

Implementation

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