Profile class

This class represents an account profile.

Constructors

Profile.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

activities String?
The person's activities.
final
address String?
The person's address.
final
age int?
The person's age.
final
bio String?
The person's biography.
final
birthDay int?
The person's birth day.
final
birthMonth int?
The person's birth month.
final
birthYear int?
The person's birth year.
final
certifications List<Certification>
The person's certifications.
final
city String?
The city in which the person resides.
final
country String?
The country in which the person resides.
final
education List<Education>
The different educations of the person.
final
educationLevel String?
The education level of the person.
final
email String?
The person's email address.
final
favorites List<Favorite>
The person's favorites.
final
firstName String?
The person's first name.
final
followers int?
The amount of followers of this person.
final
following int?
The amount of people that this person is following.
final
gender String?
The person's gender.
final
hashCode int
The hash code for this object.
no setterinherited
hometown String?
The person's home town.
final
honors String?
The person's honorary titles.
final
industry String?
The industry in which this person is employed.
final
interests String?
The person's interests.
final
languages String?
The different languages that the person is proficient in.
final
lastLoginLocation Location?
The last location where the user was logged in.
final
lastName String?
The person's last name.
final
likes List<Like>
The person's likes.
final
locale String?
The language locale of the person's primary language.
final
name String?
The person's full name.
final
nickname String?
The person's nickname.
final
oidcData OidcData?
The OIDC data linked to this person.
final
patents List<Patent>
The different patents that this person owns.
final
phones List<Phone>
The different phone numbers belonging to this person.
final
photoUrl String?
The url to the person's photo.
final
politicalView String?
The person's political view.
final
professionalHeadline String?
The person's professional headline.
final
profileUrl String?
The url to the person's profile page.
final
proxyEmail String?
The person's proxy email address.
final
publications List<Publication>
The list of publications belonging to this person.
final
relationshipStatus String?
The person's relationship status.
final
religion String?
The person's religion.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skills List<Skill>
The different skills of the person.
final
specialities String?
The person's specialities.
final
state String?
The state in which the person resides.
final
thumbnailUrl String?
The url to the person's thumbnail image.
final
timezone String?
The person's timezone.
final
username String?
The person's username.
final
verified String?
The verified status of the person.
final
work List<Work>
The person's career, divided into the different employments.
final
zip String?
The ZIP code of the person's address.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert this object into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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