MaintenanceVisitModel constructor
MaintenanceVisitModel()
Implementation
MaintenanceVisitModel(
this.name,
this.customer,
this.mntc_date,
this.maintenance_type,
this.completion_status,
this.status,
this.item_code,
this.service_person,
this.work_done,
);