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