QrByte.fromByteData constructor

QrByte.fromByteData(
  1. TypedData input
)

Implementation

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