copyWithWrapped method
Implementation
ShutterAngle$Response copyWithWrapped({Wrapped<double?>? shutterAngle}) {
return ShutterAngle$Response(
shutterAngle:
(shutterAngle != null ? shutterAngle.value : this.shutterAngle));
}
ShutterAngle$Response copyWithWrapped({Wrapped<double?>? shutterAngle}) {
return ShutterAngle$Response(
shutterAngle:
(shutterAngle != null ? shutterAngle.value : this.shutterAngle));
}