RawKeyEvent constructor
Constructs a new instance of RawKeyEvent.
Implementation
RawKeyEvent(List<int> value) : sequence = List<int>.from(value);
Constructs a new instance of RawKeyEvent.
RawKeyEvent(List<int> value) : sequence = List<int>.from(value);