processingColourCorrectEnabledGet method
Get 14-Way Colour Correct Enabled @param set Sets the enabled
Implementation
Future<chopper.Response<Enabled$Response>> processingColourCorrectEnabledGet(
{bool? $set}) {
generatedMapping.putIfAbsent(
Enabled$Response, () => Enabled$Response.fromJsonFactory);
return _processingColourCorrectEnabledGet($set: $set);
}