NSBundle.castFromPointer constructor
NSBundle.castFromPointer(})
Constructs a NSBundle that wraps the given raw object pointer.
Implementation
NSBundle.castFromPointer(ffi.Pointer<objc.ObjCObject> other, {bool retain = false, bool release = false})
: this._(other, retain: retain, release: release);