ListAlertsResponse constructor

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

Implementation

ListAlertsResponse({
  this.alerts,
  this.nextPageToken,
});