lastPathComponent property

NSString get lastPathComponent

lastPathComponent

Implementation

objc.NSString get lastPathComponent {
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_lastPathComponent);
  return objc.NSString.fromPointer($ret, retain: true, release: true);
}