copyWith method
Implementation
SimulationAutoWithOverSpeed copyWith({
double? overSpeed
}) {
return SimulationAutoWithOverSpeed(
overSpeed ?? this.overSpeed
);
}
SimulationAutoWithOverSpeed copyWith({
double? overSpeed
}) {
return SimulationAutoWithOverSpeed(
overSpeed ?? this.overSpeed
);
}