outputNetworkShuttersyncSpeedSettingsTimeGet method
Get Shuttersync Time @param set Sets the time
Implementation
Future<chopper.Response<Time$Response>>
outputNetworkShuttersyncSpeedSettingsTimeGet({num? $set}) {
generatedMapping.putIfAbsent(
Time$Response, () => Time$Response.fromJsonFactory);
return _outputNetworkShuttersyncSpeedSettingsTimeGet($set: $set);
}