processingColourReplaceEnabledGet method
Get Colour Replace Enabled @param set Sets the enabled
Implementation
Future<chopper.Response<Enabled$Response>> processingColourReplaceEnabledGet(
{bool? $set}) {
generatedMapping.putIfAbsent(
Enabled$Response, () => Enabled$Response.fromJsonFactory);
return _processingColourReplaceEnabledGet($set: $set);
}