outputNetworkShuttersyncAngleSettingsShutterAngleGet method

Future<Response<ShutterAngle$Response>> outputNetworkShuttersyncAngleSettingsShutterAngleGet({
  1. num? $set,
})

Get Shuttersync Angle @param set Sets the shutter-angle

Implementation

Future<chopper.Response<ShutterAngle$Response>>
    outputNetworkShuttersyncAngleSettingsShutterAngleGet({num? $set}) {
  generatedMapping.putIfAbsent(
      ShutterAngle$Response, () => ShutterAngle$Response.fromJsonFactory);

  return _outputNetworkShuttersyncAngleSettingsShutterAngleGet($set: $set);
}