processingColourCorrectEnabledGet method

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

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