StoppedEventBody constructor
      
      StoppedEventBody({})
     
    
    
Implementation
StoppedEventBody({
  this.allThreadsStopped,
  this.description,
  this.hitBreakpointIds,
  this.preserveFocusHint,
  required this.reason,
  this.text,
  this.threadId,
});