copyWith method
Implementation
SimulationConstantSpeed copyWith({
double? speed
}) {
return SimulationConstantSpeed(
speed ?? this.speed
);
}
SimulationConstantSpeed copyWith({
double? speed
}) {
return SimulationConstantSpeed(
speed ?? this.speed
);
}