UIKeyCommand$1 extension type
WARNING: UIKeyCommand$1 is a stub. To generate bindings for this class, include UIKeyCommand in your config's objc-interfaces list.
UIKeyCommand
- on
-
- ObjCObject
- Implemented types
- Available extensions
Constructors
- UIKeyCommand$1.as(ObjCObject other)
-
Constructs a UIKeyCommand$1 that points to the same underlying object as
other. -
UIKeyCommand$1.fromPointer(Pointer<
ObjCObjectImpl> other, {bool retain = false, bool release = false}) - Constructs a UIKeyCommand$1 that wraps the given raw object pointer.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → UIImage?
-
Available on UIMenuElement, provided by the UIMenuElement$Methods extension
Image to be displayed alongside the element's title.no setter - object$ → ObjCObject
-
final
- ref → ObjCObjectRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle ↔ NSString?
-
Available on UIMenuElement, provided by the UIMenuElement$Methods extension
The element's subtitle.getter/setter pair - title → NSString
-
Available on UIMenuElement, provided by the UIMenuElement$Methods extension
The element's title.no setter
Methods
-
encodeWithCoder(
NSCoder coder) → void -
Available on UIMenuElement, provided by the UIMenuElement$Methods extension
encodeWithCoder: -
init(
) → UIMenuElement -
Available on UIMenuElement, provided by the UIMenuElement$Methods extension
init -
initWithCoder(
NSCoder coder) → UIMenuElement? -
Available on UIMenuElement, provided by the UIMenuElement$Methods extension
initWithCoder: -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited