unpack method

Uint8List unpack()

Unpack the data

Implementation

Uint8List unpack() {
  return data;
}