bundleURL property

NSURL get bundleURL

bundleURL

Implementation

NSURL get bundleURL {
  objc.checkOsVersionInternal(
    'NSBundle.bundleURL',
    iOS: (false, (4, 0, 0)),
    macOS: (false, (10, 6, 0)),
  );
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_bundleURL);
  return NSURL.fromPointer($ret, retain: true, release: true);
}