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