ErrorRootCause constructor

ErrorRootCause({
  1. bool? clientImpacting,
  2. List<ErrorRootCauseService>? services,
})

Implementation

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