bundlePath property

NSString get bundlePath

Implementation

NSString get bundlePath {
  final _ret = _lib._objc_msgSend_21(_id, _lib._sel_bundlePath1);
  return NSString._(_ret, _lib, retain: true, release: true);
}