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