processingColourReplaceMethodGet method
Get Colour Replace Method @param set Sets the method
Implementation
Future<chopper.Response<Method$Response>> processingColourReplaceMethodGet(
{enums.ProcessingColourReplaceMethodGetSet? $set}) {
generatedMapping.putIfAbsent(
Method$Response, () => Method$Response.fromJsonFactory);
return _processingColourReplaceMethodGet($set: $set?.value?.toString());
}