EVProfile constructor
EVProfile({ - int ports = 0,
- double departureSoc = 0.85,
- double destinationSoc = 0.2,
- double chargerDestSoc = 1,
- double chargerDepSoc = 0.1,
- int chargerOverheadMins = 5,
- double batteryHealth = 0.0,
- int id = 0,
- double batteryCapacity = 0.0,
- int towbarPossible = 0,
- int vehicleRange = 0,
- int efficiency = 0,
- int fastCharge = 0,
})
Implementation
EVProfile({
this.ports = 0,
this.departureSoc = 0.85,
this.destinationSoc = 0.2,
this.chargerDestSoc = 1,
this.chargerDepSoc = 0.1,
this.chargerOverheadMins = 5,
this.batteryHealth = 0.0,
this.id = 0,
this.batteryCapacity = 0.0,
this.towbarPossible = 0,
this.vehicleRange = 0,
this.efficiency = 0,
this.fastCharge = 0,
});