attributedStringByInflectingString method
attributedStringByInflectingString
Implementation
NSAttributedString attributedStringByInflectingString() {
objc.checkOsVersionInternal('NSAttributedString.attributedStringByInflectingString', iOS: (false, (15, 0, 0)), macOS: (false, (12, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_attributedStringByInflectingString);
return NSAttributedString.castFromPointer(_ret, retain: true, release: true);
}