privateFrameworksPath property

NSString? get privateFrameworksPath

Implementation

NSString? get privateFrameworksPath {
  final _ret = _lib._objc_msgSend_43(_id, _lib._sel_privateFrameworksPath1);
  return _ret.address == 0
      ? null
      : NSString._(_ret, _lib, retain: true, release: true);
}