NSData constructor

NSData(
  1. Pointer<Void> bytes,
  2. int lengthInBytes
)

Implementation

NSData(this.bytes, this.lengthInBytes)
    : super.fromPointer(_dataWithBytes(bytes, lengthInBytes));