CaptureEvent.fromJson(Map<String, dynamic> json) : id = json['id'], type = json['type'], value = json['value'], result = json['result'], handle = json['handle'];