class QRInfo { final String idEmpresa; final String numeroUnidad; QRInfo({required this.idEmpresa, required this.numeroUnidad}); }