dataRepresentation property

NSData get dataRepresentation

dataRepresentation

Implementation

NSData get dataRepresentation {
  objc.checkOsVersionInternal(
    'NSURL.dataRepresentation',
    iOS: (false, (9, 0, 0)),
    macOS: (false, (10, 11, 0)),
  );
  final $ret = _objc_msgSend_151sglz(
    object$.ref.pointer,
    _sel_dataRepresentation,
  );
  return NSData.fromPointer($ret, retain: true, release: true);
}