processingColourReplaceColourToleranceGet method
Future<Response<ColourTolerance$Response> >
processingColourReplaceColourToleranceGet({
- num? $set,
Get Colour Replace Colour Tolerance @param set Sets the colour-tolerance
Implementation
Future<chopper.Response<ColourTolerance$Response>>
processingColourReplaceColourToleranceGet({num? $set}) {
generatedMapping.putIfAbsent(ColourTolerance$Response,
() => ColourTolerance$Response.fromJsonFactory);
return _processingColourReplaceColourToleranceGet($set: $set);
}