URI property

NSString? get URI

Implementation

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

Implementation

set URI(NSString? value) {
  return _lib._objc_msgSend_544(
      _id, _lib._sel_setURI_1, value?._id ?? ffi.nullptr);
}