VkDartUpdate class

The VkDartUpdate class is used to represent an update event.

It contains the event data and provides methods to get the type of the event and the object related to the event.

Constructors

VkDartUpdate(Map<String, dynamic> data)
Creates an instance of VkDartUpdate with the specified event data.

Properties

data Map<String, dynamic>
The event data for this update.
final
hashCode int
The hash code for this object.
no setterinherited
object Map<String, dynamic>
Gets the object related to the update event.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type UpdateType
Gets the type of the update event.
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