BookingCreatorDetails constructor
BookingCreatorDetails({
- String? customerId,
- BookingCreatorDetailsCreatorType? creatorType,
- String? teamMemberId,
Implementation
BookingCreatorDetails({
this.customerId, this.creatorType, this.teamMemberId
});