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