AppointmentSegment constructor

AppointmentSegment({
  1. String? teamMemberId,
  2. bool? anyTeamMember,
  3. int? durationMinutes,
  4. int? intermissionMinutes,
  5. List<String>? resourceIds,
  6. int? serviceVariationId,
  7. String? serviceVariationVersion,
})

Implementation

AppointmentSegment({
  this.teamMemberId, this.anyTeamMember, this.durationMinutes,
this.intermissionMinutes, this.resourceIds, this.serviceVariationId,
this.serviceVariationVersion
});