getUint8Memory0 method

Uint8List getUint8Memory0()

Implementation

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