copyWith method
Implementation
ToggleChatGiftNotifications copyWith({int? chatId, bool? areEnabled}) =>
ToggleChatGiftNotifications(
chatId: chatId ?? this.chatId,
areEnabled: areEnabled ?? this.areEnabled,
);
ToggleChatGiftNotifications copyWith({int? chatId, bool? areEnabled}) =>
ToggleChatGiftNotifications(
chatId: chatId ?? this.chatId,
areEnabled: areEnabled ?? this.areEnabled,
);