ShutterSpeed$Response constructor

const ShutterSpeed$Response({
  1. double? shutterSpeed,
})

Implementation

const ShutterSpeed$Response({
  this.shutterSpeed,
});