toBuffer method

Uint8List toBuffer()

Implementation

Uint8List toBuffer() {
  // always compressed
  return q!.getEncoded(true);
}