FaultRootCauseEntity constructor

FaultRootCauseEntity({
  1. List<RootCauseException>? exceptions,
  2. String? name,
  3. bool? remote,
})

Implementation

FaultRootCauseEntity({
  this.exceptions,
  this.name,
  this.remote,
});