UndeleteAlertRequest constructor

UndeleteAlertRequest({
  1. String? customerId,
})

Implementation

UndeleteAlertRequest({
  this.customerId,
});