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