FaultRootCauseEntity constructor
FaultRootCauseEntity({
- List<
RootCauseException> ? exceptions, - String? name,
- bool? remote,
Implementation
FaultRootCauseEntity({
this.exceptions,
this.name,
this.remote,
});