CaptureEventResult(int id, int type, dynamic value, int? handle) { this.event = CaptureEvent(id, type, value).toJson(); if (handle != null) { this.handle = handle; } }