LinkedInProfile constructor
- {StName firstName,
- StName lastName,
- ProfilePicture profilePicture,
- String id}
Implementation
LinkedInProfile({
this.firstName,
this.lastName,
this.profilePicture,
this.id,
});
LinkedInProfile({
this.firstName,
this.lastName,
this.profilePicture,
this.id,
});