copyWith method

DeleteChat copyWith({
  1. int? chatId,
})

Implementation

DeleteChat copyWith({int? chatId}) =>
    DeleteChat(chatId: chatId ?? this.chatId);