processingColourCorrectBlackRedGet method
Get 14-Way Colour Correct Black Red @param set Sets the red
Implementation
Future<chopper.Response<Red$Response>> processingColourCorrectBlackRedGet(
{num? $set}) {
generatedMapping.putIfAbsent(
Red$Response, () => Red$Response.fromJsonFactory);
return _processingColourCorrectBlackRedGet($set: $set);
}