ErrorTable constructor

ErrorTable({
  1. int? retentionDays,
  2. Target? target,
})

Implementation

ErrorTable({this.retentionDays, this.target});