copyWith method

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

Implementation

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