ListAlertsResponse constructor

ListAlertsResponse({
  1. List<Alert>? alerts,
})

Implementation

ListAlertsResponse({
  this.alerts,
});