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