outputNetworkBitDepthGet method
Get Network Bit Depth @param set Sets the bit-depth
Implementation
Future<chopper.Response<BitDepth$Response>> outputNetworkBitDepthGet(
{int? $set}) {
generatedMapping.putIfAbsent(
BitDepth$Response, () => BitDepth$Response.fromJsonFactory);
return _outputNetworkBitDepthGet($set: $set);
}