ShutterAngle$Response constructor

const ShutterAngle$Response({
  1. double? shutterAngle,
})

Implementation

const ShutterAngle$Response({
  this.shutterAngle,
});