CaptureEvent constructor

CaptureEvent(
  1. int id,
  2. int type,
  3. dynamic value, [
  4. int? handle,
  5. dynamic result,
])

Implementation

CaptureEvent(this.id, this.type, this.value, [this.handle, this.result]);