AlertData class

A class to represent forecast alerts.

Constructors

AlertData(String? _headline, String? _msgtype, String? _severity, String? _urgency, String? _areas, String? _category, String? _certainty, String? _event, String? _note, String? _effective, String? _expires, String? _desc, String? _instruction)

Properties

areas String?
no setter
category String?
no setter
certainty String?
no setter
desc String?
no setter
effective String?
no setter
event String?
no setter
expires String?
no setter
hashCode int
The hash code for this object.
no setterinherited
headline String?
no setter
instruction String?
no setter
msgtype String?
no setter
note String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
no setter
urgency String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited