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