Bytes constructor

Bytes(
  1. Uint8List pointer,
  2. int length
)

Implementation

Bytes(this.pointer, this.length);