attributedStringByInflectingString method

NSAttributedString attributedStringByInflectingString()

Implementation

NSAttributedString attributedStringByInflectingString() {
  final _ret = _lib._objc_msgSend_730(
      _id, _lib._sel_attributedStringByInflectingString1);
  return NSAttributedString._(_ret, _lib, retain: true, release: true);
}