AvailabilitySlot constructor
AvailabilitySlot({})
Returns a new AvailabilitySlot instance.
Implementation
AvailabilitySlot({
this.id,
required this.name,
required this.nameShort,
required this.ordering,
});
Returns a new AvailabilitySlot instance.
AvailabilitySlot({
this.id,
required this.name,
required this.nameShort,
required this.ordering,
});