copyWith method

StartLiveStoryResultOk copyWith({
  1. Story? story,
})

Implementation

StartLiveStoryResultOk copyWith({Story? story}) =>
    StartLiveStoryResultOk(story: story ?? this.story);