copyWith method

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

Implementation

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