NSFileWrapper.castFrom constructor
NSFileWrapper.castFrom(
- ObjCObjectBase other
Constructs a NSFileWrapper that points to the same underlying object as other.
Implementation
NSFileWrapper.castFrom(objc.ObjCObjectBase other) :
this._(other.ref.pointer, retain: true, release: true);