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