Event class
Describes an event.
Constructors
-
Event({DateTime date, List<
String> eventCategories, String eventId, String message, String severity, String sourceIdentifier, SourceType sourceType}) - Event.fromXml(XmlElement elem)
-
factory
Properties
- date → DateTime
-
The date and time of the event.
final
-
eventCategories
→ List<
String> -
A list of the event categories. [...]
final
- eventId → String
-
The identifier of the event.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- message → String
-
The text of this event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- severity → String
-
The severity of the event. [...]
final
- sourceIdentifier → String
-
The identifier for the source of the event.
final
- sourceType → SourceType
-
The source type for this event.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited