outputNetworkBitDepthGet method

Future<Response<BitDepth$Response>> outputNetworkBitDepthGet({
  1. int? $set,
})

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);
}