commentURL property

NSURL? get commentURL

Implementation

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