Observer.as constructor
Observer.as(
- ObjCObject other
Constructs a Observer that points to the same underlying object as other.
Implementation
Observer.as(objc.ObjCObject other) : object$ = other;
Constructs a Observer that points to the same underlying object as other.
Observer.as(objc.ObjCObject other) : object$ = other;