$AlertsRequest constructor

$AlertsRequest({
  1. List<String>? alertId,
  2. String? customerId,
})

Implementation

$AlertsRequest({
  this.alertId,
  this.customerId,
});