List<int> getDataCache(QrCode code) => code._dataCache ??= _createData( code.typeNumber, code.errorCorrectLevel, code.payload.dataList, );