List<QrCode> deserializeQrCodeList(List<dynamic> data) { return data.map((e) => QrCode.fromJson(e)).toList(); }