MaintenanceHistoryPage constructor

const MaintenanceHistoryPage({
  1. Key? key,
  2. required int id,
})

Implementation

const MaintenanceHistoryPage({
  super.key,
  required this.id,
});