Uint8Array.fromPtr constructor

const Uint8Array.fromPtr(
  1. Pointer<Uint8> ptr,
  2. Uint8List view
)

Implementation

const Uint8Array.fromPtr(Pointer<Uint8> ptr, Uint8List view)
    : super.fromPtr(ptr, view);