DraftRow copyWith({String? chatId, String? data}) => DraftRow( chatId: chatId ?? this.chatId, data: data ?? this.data, );