MaintenanceScheduleModel constructor
MaintenanceScheduleModel()
Implementation
MaintenanceScheduleModel(
this.name,
this.status,
this.transaction_date,
this.item_code,
this.start_date,
this.end_date,
this.scheduled_date,
this.completion_status,
);