attributedStringForNil property

NSAttributedString get attributedStringForNil

Implementation

NSAttributedString get attributedStringForNil {
  final _ret = _lib._objc_msgSend_730(_id, _lib._sel_attributedStringForNil1);
  return NSAttributedString._(_ret, _lib, retain: true, release: true);
}
set attributedStringForNil (NSAttributedString value)

Implementation

set attributedStringForNil(NSAttributedString value) {
  return _lib._objc_msgSend_811(
      _id, _lib._sel_setAttributedStringForNil_1, value._id);
}