title property
NSAttributedString
get
title
The attribution statement’s attributed title text.
Implementation
NSAttributedString get title {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_title);
return NSAttributedString.castFromPointer(_ret, retain: true, release: true);
}
set
title
(NSAttributedString value)
The attribution statement’s attributed title text.
Implementation
set title(NSAttributedString value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setTitle_, value.ref.pointer);
}