TeamMemberBookingProfile constructor
TeamMemberBookingProfile({})
Implementation
TeamMemberBookingProfile({
this.teamMemberId, this.description, this.displayName,
this.isBookable, this.profileImageUrl
});
TeamMemberBookingProfile({
this.teamMemberId, this.description, this.displayName,
this.isBookable, this.profileImageUrl
});