MaintenanceLogCard constructor

const MaintenanceLogCard({
  1. Key? key,
  2. required MaintenanceNote note,
})

Implementation

const MaintenanceLogCard({
  super.key,
  required this.note,
});