UIStateRestoring.as constructor

UIStateRestoring.as(
  1. ObjCObject other
)

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

Implementation

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