UITraitEnvironment.as constructor

UITraitEnvironment.as(
  1. ObjCObject other
)

Constructs a UITraitEnvironment that points to the same underlying object as other.

Implementation

UITraitEnvironment.as(objc.ObjCObject other) : object$ = other;