AutoRollbackConfig constructor

AutoRollbackConfig({
  1. List<Alarm>? alarms,
})

Implementation

AutoRollbackConfig({
  this.alarms,
});