NSString.as constructor
NSString.as(
- ObjCObject other
Constructs a NSString that points to the same underlying object as other.
Implementation
NSString.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}