SdlxCameraDeviceEvent constructor

SdlxCameraDeviceEvent({
  1. int type = 0,
  2. int reserved = 0,
  3. int timestamp = 0,
  4. int which = 0,
})

Implementation

SdlxCameraDeviceEvent({
  super.type = 0,
  super.reserved = 0,
  super.timestamp = 0,
  this.which = 0,
});