AppointmentBooking constructor

const AppointmentBooking({
  1. Key? key,
})

Implementation

const AppointmentBooking({Key? key}) : super(key: key);