RemoteControlKeyboardEvent constructor

RemoteControlKeyboardEvent(
  1. dynamic from,
  2. dynamic to,
  3. int _ts,
  4. String _key,
)

Default controller to make an instance of keyboard event giving the

Implementation

RemoteControlKeyboardEvent(from, to, this._ts, this._key): super(from, to);