ActionErrorTable constructor

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

Implementation

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