PutAlarmResult constructor

PutAlarmResult({
  1. List<Operation>? operations,
})

Implementation

PutAlarmResult({
  this.operations,
});