SendKeyEventsParameters class

Constructors

SendKeyEventsParameters({required int contextId, required List<KeyboardEvent> keyData})
SendKeyEventsParameters.fromJS(SendKeyEventsParameters _wrapped)

Properties

contextId int
ID of the context where the key events will be sent, or zero to send key events to non-input field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyData List<KeyboardEvent>
Data on the key event.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SendKeyEventsParameters
no setter

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