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