Line constructor
Line({
- required Header header,
- required List<
Appointment> appointments,
Implementation
Line({
required this.header,
required this.appointments,
});