DeviceEvent constructor

DeviceEvent(
  1. int _deviceType,
  2. EventType _eventType
)

Implementation

DeviceEvent(this._deviceType, this._eventType);