AndroidKeyEvent class

Constructors

AndroidKeyEvent({required int deviceId, required int source, required int displayId, required int metaState, required int action, required int keyCode, required int scanCode, required int repeatCount, required int flags, required int downTime, required int eventTime})

Properties

action int
final
deviceId int
final
displayId int
final
downTime int
final
eventTime int
final
flags int
final
hashCode int
The hash code for this object.
no setterinherited
keyCode int
final
metaState int
final
repeatCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanCode int
final
source int
final

Methods

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