GetAlertsById200Response constructor

GetAlertsById200Response({
  1. required String message,
  2. required Alerts data,
})

Returns a new GetAlertsById200Response instance.

Implementation

GetAlertsById200Response({
  required this.message,
  required this.data,
});