InvalidatedEventBody constructor
      
      InvalidatedEventBody({ 
    
    
- List<
InvalidatedAreas> ? areas, - int? stackFrameId,
 - int? threadId,
 
Implementation
InvalidatedEventBody({
  this.areas,
  this.stackFrameId,
  this.threadId,
});