UpdateEvent class final
Represents an update event.
- Inheritance
-
- Object
- ServerEvent
- UpdateEvent
Constructors
-
UpdateEvent.new({required Map<
String, dynamic> updates}) - Constructs an UpdateEvent object with the specified updates.
-
UpdateEvent.fromJson(Map<
String, dynamic> json) -
Creates an UpdateEvent object from a JSON object.
factory
Properties
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