mutableBytes property

Pointer<Void> get mutableBytes

Implementation

ffi.Pointer<ffi.Void> get mutableBytes {
  return _lib._objc_msgSend_20(_id, _lib._sel_mutableBytes1);
}