copyWith method

StartLiveStoryResultFail copyWith({
  1. CanPostStoryResult? errorType,
})

Implementation

StartLiveStoryResultFail copyWith({CanPostStoryResult? errorType}) =>
    StartLiveStoryResultFail(errorType: errorType ?? this.errorType);