new$ static method

NSAttributedString new$()
override

new

Implementation

static NSAttributedString new$() {
  final $ret = _objc_msgSend_151sglz(_class_NSAttributedString, _sel_new);
  return NSAttributedString.fromPointer($ret, retain: false, release: true);
}