QrByte.fromByteData constructor
QrByte.fromByteData(
- TypedData input
Implementation
factory QrByte.fromByteData(TypedData input) => QrByte.fromUint8List(
input.buffer.asUint8List(input.offsetInBytes, input.lengthInBytes),
);