TeamMemberBookingProfile constructor

TeamMemberBookingProfile({
  1. String? teamMemberId,
  2. String? description,
  3. String? displayName,
  4. bool? isBookable,
  5. String? profileImageUrl,
})

Implementation

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