getUint8Memory0 method

Uint8List getUint8Memory0()

Implementation

Uint8List getUint8Memory0() {
  if (cachegetUint8Memory0 == null || !u8aEq(cachegetUint8Memory0!, memory)) {
    cachegetUint8Memory0 = memory;
  }
  return cachegetUint8Memory0!;
}