string property
NSString
get
string
string
Implementation
objc.NSString get string {
objc.checkOsVersionInternal('NSAttributedString.string', iOS: (false, (3, 2, 0)), macOS: (false, (10, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_string);
return objc.NSString.castFromPointer(_ret, retain: true, release: true);
}