ResponseTimeRootCauseEntity constructor

ResponseTimeRootCauseEntity({
  1. double? coverage,
  2. String? name,
  3. bool? remote,
})

Implementation

ResponseTimeRootCauseEntity({
  this.coverage,
  this.name,
  this.remote,
});