ErrorRootCauseEntity constructor

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

Implementation

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