FaultRootCause constructor
FaultRootCause({
- bool? clientImpacting,
- List<
FaultRootCauseService> ? services,
Implementation
FaultRootCause({
this.clientImpacting,
this.services,
});