attributedSubstringFromRange_ method

NSAttributedString attributedSubstringFromRange_(
  1. _NSRange range
)

Implementation

NSAttributedString attributedSubstringFromRange_(_NSRange range) {
  final _ret = _lib._objc_msgSend_712(
      _id, _lib._sel_attributedSubstringFromRange_1, range);
  return NSAttributedString._(_ret, _lib, retain: true, release: true);
}