RemoteControlKeyboardEvent constructor Null safety
Implementation
RemoteControlKeyboardEvent(String from, String to, String key) : super(from, to) {
this._key = key;
}
RemoteControlKeyboardEvent(String from, String to, String key) : super(from, to) {
this._key = key;
}