VkDartUserUpdate class

Constructors

VkDartUserUpdate(VkDartUpdate update)

Properties

adminId int
The ID of the administrator who blacklisted the user.
no setter
comment String?
The administrator's comment on the block.
no setter
endDate int?
The date of unblocking.
no setter
hashCode int
The hash code for this object.
no setterinherited
isBlock bool
Check is user block.
no setter
isUnblock bool
Check is user unblock.
no setter
reason int?
The reason for the blockage. Possible values:
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unblockDate int?
The date of unblocking.
no setter
update VkDartUpdate
final
userId int
The user ID.
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