RemoteControlEvent constructor

RemoteControlEvent(
  1. String _from,
  2. String _to
)

Implementation

RemoteControlEvent(this._from, this._to);