copyWith method
Implementation
ShutterAngle$Response copyWith({double? shutterAngle}) {
return ShutterAngle$Response(
shutterAngle: shutterAngle ?? this.shutterAngle);
}
ShutterAngle$Response copyWith({double? shutterAngle}) {
return ShutterAngle$Response(
shutterAngle: shutterAngle ?? this.shutterAngle);
}