Report constructor
Report({})
Implementation
Report(
// TODO to be tested
{this.actualDistance,
this.partID,
this.maintenanceCost,
this.maintenanceDescription,
this.otherCost,
this.partCost,
this.partName,
this.systemName});