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