FaultRootCause constructor

FaultRootCause({
  1. bool? clientImpacting,
  2. List<FaultRootCauseService>? services,
})

Implementation

FaultRootCause({
  this.clientImpacting,
  this.services,
});