VkUser class

VK user

Constructors

VkUser.fromJSON(dynamic accountGetProfileInfo, dynamic usersGet)
accountGetProfileInfo is a response from account.getProfileInfo usersGet is a response from users.get with photo_50,photo_100,photo_200,photo_max_orig params

Properties

birthDate String
birthDate in format D.M.YYYY
latefinal
birthDateVisibility int
birthDateVisibility if value is 1 - show date of birth, 2 - show only month and day, 0 - do not show date of birth
latefinal
cityId int?
city id
latefinal
cityTitle String?
city title
latefinal
countryId int?
country id
latefinal
countryTitle String?
country title
latefinal
firstName String
latefinal
hashCode int
The hash code for this object.
no setterinherited
homeTown String
home town
latefinal
id int
latefinal
lastName String
latefinal
maidenName String?
latefinal
phone String
phone
latefinal
photo String
latefinal
photo50 String
latefinal
photo100 String
latefinal
photo200 String
latefinal
relation int
relation if value is 1 - not married, 2 - have a boyfriend / girlfriend, 3 - engaged, 4 - married , 5 - it's Complicated, 6 - actively looking, 7 - in love, 9 - in a civil marriage, 0 - not specified,
latefinal
relationPartnerId int?
latefinal
relationPending int?
relationPending if value is 1 - partner did not confirm the relationship
latefinal
relationRequestsIds List<int>?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenName String?
latefinal
sex int
sex if value is 1 - female, 2 - male, 0 - gender not specified
latefinal
status String
status
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited