InvalidatedEventBody constructor

InvalidatedEventBody({
  1. List<InvalidatedAreas>? areas,
  2. int? stackFrameId,
  3. int? threadId,
})

Implementation

InvalidatedEventBody({
  this.areas,
  this.stackFrameId,
  this.threadId,
});