asTypedList method Null safety
- int length
Creates a typed list view backed by memory in the address space.
The returned view will allow access to the memory range from address
to address + length
.
The user has to ensure the memory range is accessible while using the returned list.
Implementation
external Uint8List asTypedList(int length);