RemoteControlMouseEvent constructor Null safety
Implementation
RemoteControlMouseEvent(String from, String to, int ts, double x, double y, String actionType) : super(from, to) {
this._ts = ts;
this._x = x;
this._y = y;
this._actionType = actionType;
}