copyWith method
Implementation
StoryPrivacySettingsEveryone copyWith({List<int>? exceptUserIds}) =>
StoryPrivacySettingsEveryone(
exceptUserIds: exceptUserIds ?? this.exceptUserIds,
);
StoryPrivacySettingsEveryone copyWith({List<int>? exceptUserIds}) =>
StoryPrivacySettingsEveryone(
exceptUserIds: exceptUserIds ?? this.exceptUserIds,
);