AlertData constructor

AlertData(
  1. String? _headline,
  2. String? _msgtype,
  3. String? _severity,
  4. String? _urgency,
  5. String? _areas,
  6. String? _category,
  7. String? _certainty,
  8. String? _event,
  9. String? _note,
  10. String? _effective,
  11. String? _expires,
  12. String? _desc,
  13. String? _instruction,
)

Implementation

AlertData(
    this._headline,
    this._msgtype,
    this._severity,
    this._urgency,
    this._areas,
    this._category,
    this._certainty,
    this._event,
    this._note,
    this._effective,
    this._expires,
    this._desc,
    this._instruction);