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