refListUInt8 method

Pointer<Uint8> refListUInt8(
  1. List<num> y, [
  2. String? x
])

Implementation

Pointer<Uint8> refListUInt8(List<num> y, [String? x]) => rl.Temp.UInt8$.Array(y, key: x);