ZSEventUnknown class final

Fallback variant for any event type not recognised by this SDK version.

Forward-compatibility: new event types introduced by the server or a newer SDK version are surfaced here rather than thrown, so existing apps continue to function without crashing.

Inheritance

Constructors

ZSEventUnknown(String type)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The raw type string from the event map.
final

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