standardizedURL property

NSURL? get standardizedURL

Implementation

NSURL? get standardizedURL {
  final _ret = _lib._objc_msgSend_44(_id, _lib._sel_standardizedURL1);
  return _ret.address == 0
      ? null
      : NSURL._(_ret, _lib, retain: true, release: true);
}