VkDartAppPayloadUpdate class

Constructors

VkDartAppPayloadUpdate(VkDartUpdate update)

Properties

appId int
The ID of the application from which the event was sent.
no setter
appPayload Object?
transmitted useful data.
no setter
groupId int
the ID of the community to which the notification was sent.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update VkDartUpdate
final
userId int
the ID of the user whose action sent the event in the application.
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