NSAttributedString.as constructor
NSAttributedString.as(
- ObjCObject other
Constructs a NSAttributedString that points to the same underlying object as other.
Implementation
NSAttributedString.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal(
'NSAttributedString',
iOS: (false, (3, 2, 0)),
macOS: (false, (10, 0, 0)),
);
assert(isA(object$));
}