attributedSubstringFromRange method

NSAttributedString attributedSubstringFromRange(
  1. NSRange range
)

attributedSubstringFromRange:

Implementation

objc.NSAttributedString attributedSubstringFromRange(objc.NSRange range) {
objc.checkOsVersionInternal('NSAttributedString.attributedSubstringFromRange:', iOS: (false, (3, 2, 0)), macOS: (false, (10, 0, 0)));
  final $ret = _objc_msgSend_1k1o1s7(object$.ref.pointer, _sel_attributedSubstringFromRange_, range);
  return objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}