processing3dLutEnabledGet method

Future<Response<Enabled$Response>> processing3dLutEnabledGet({
  1. bool? $set,
})

Get 3D Lut Enabled @param set Sets the enabled

Implementation

Future<chopper.Response<Enabled$Response>> processing3dLutEnabledGet(
    {bool? $set}) {
  generatedMapping.putIfAbsent(
      Enabled$Response, () => Enabled$Response.fromJsonFactory);

  return _processing3dLutEnabledGet($set: $set);
}