OneCallAlertsWeather constructor

OneCallAlertsWeather({
  1. String? senderName,
  2. String? alertName,
  3. DateTime? startTime,
  4. DateTime? endTime,
  5. String? description,
})

Implementation

OneCallAlertsWeather({
  this.senderName,
  this.alertName,
  this.startTime,
  this.endTime,
  this.description,
});