FacebookUserProfile constructor
FacebookUserProfile({})
Default constructor.
Implementation
FacebookUserProfile({
this.id,
this.name,
this.firstName,
this.lastName,
this.email,
this.middleName,
this.nameFormat,
this.picture,
this.shortName,
});