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