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