Event constructor 
    
      
      Event({ - String? kind, 
- int? timestamp, 
- IsolateGroupRef? isolateGroup, 
- IsolateRef? isolate, 
- VMRef? vm, 
- Breakpoint? breakpoint, 
- List<Breakpoint>? pauseBreakpoints, 
- Frame? topFrame, 
- InstanceRef? exception, 
- String? bytes, 
- InstanceRef? inspectee, 
- String? gcType, 
- String? extensionRPC, 
- String? extensionKind, 
- ExtensionData? extensionData, 
- List<TimelineEvent>? timelineEvents, 
- List<String>? updatedStreams, 
- bool? atAsyncSuspension, 
- String? status, 
- String? reloadFailureReason, 
- LogRecord? logRecord, 
- String? details, 
- String? service, 
- String? method, 
- String? alias, 
- String? flag, 
- String? newValue, 
- bool? last, 
- String? updatedTag, 
- String? previousTag, 
- CpuSamplesEvent? cpuSamples, 
- ByteData? data, 
})Implementation
  Event({
  this.kind,
  this.timestamp,
  this.isolateGroup,
  this.isolate,
  this.vm,
  this.breakpoint,
  this.pauseBreakpoints,
  this.topFrame,
  this.exception,
  this.bytes,
  this.inspectee,
  this.gcType,
  this.extensionRPC,
  this.extensionKind,
  this.extensionData,
  this.timelineEvents,
  this.updatedStreams,
  this.atAsyncSuspension,
  this.status,
  this.reloadFailureReason,
  this.logRecord,
  this.details,
  this.service,
  this.method,
  this.alias,
  this.flag,
  this.newValue,
  this.last,
  this.updatedTag,
  this.previousTag,
  this.cpuSamples,
  this.data,
});