Bytes constructor

Bytes(
  1. Pointer<NativeType> pointer,
  2. int length
)

Implementation

Bytes(this.pointer, this.length);