AlertEventBody class

Inheritance

Constructors

AlertEventBody({required AlertType alertType, required String alertMessage, String? sdkVersion, String? sdkId, String? attr1, String? attr2, String? attr3, String? attr4, String? attr5})

Properties

alertMessage String
final
alertType AlertType
final
attr1 String?
finalinherited
attr2 String?
finalinherited
attr3 String?
finalinherited
attr4 String?
finalinherited
attr5 String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkId String?
finalinherited
sdkVersion String?
finalinherited

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