BookingCreatorDetails constructor

BookingCreatorDetails({
  1. String? customerId,
  2. BookingCreatorDetailsCreatorType? creatorType,
  3. String? teamMemberId,
})

Implementation

BookingCreatorDetails({
  this.customerId, this.creatorType, this.teamMemberId
});