hasDirectoryPath property

bool get hasDirectoryPath

hasDirectoryPath

Implementation

bool get hasDirectoryPath {
  objc.checkOsVersionInternal(
    'NSURL.hasDirectoryPath',
    iOS: (false, (9, 0, 0)),
    macOS: (false, (10, 11, 0)),
  );
  return _objc_msgSend_91o635(object$.ref.pointer, _sel_hasDirectoryPath);
}